2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【cordova】install時に起きたエラー。

Last updated at Posted at 2018-01-24

cordova install時に当たったエラー。

こちらを参考に、
cordovaのinstallをしていたとき。

#Requirements check failed for JDK 1.8 or greater

JDKのinstallで1.9をinstallしたところ、
このエラーが出ました。

##対処

1.9をuninstallして、
1.8をinstallしたらいけました!

#Could not find an installed version of Gradle either in Android Studio,

Gradleがねーよう、ばーろう!!

##対処

brew update
brew install gradle

→したらば。

cordova run android

んで、下のエラー。

※また編集します。
#No emulator images (avds) found.

Android端末のimageがないんだが。

##対処

①Android Studioの、
「Start a new Android Studio project」から適当なプロジェクトを作る。

②メニューバー>Tools>Android>AVDManagerで、
真ん中or左下の「Create Virtual Device」押して、適当にdeviceを追加する。

③追加し終わったら「Your Virtual Devices」という画面に、
追加した端末が表示される。
その追加された端末の列の一番右。Actionsの>ボタンを押すと、
emulatorが起動する。

④その状態で、
cordovaのプロジェクトルートで「cordova run android」を押すと・・・?

#Cannot read property 'semver' of null

1個上の③の再生ボタンを押してないまま、
「cordova run android」をやると、
これがでる。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?