简体   繁体   中英

can't bluid cordova app: java Requirements check failed for JDK

I trid to build an app with cordova ionic 3, but I got the error :Requirements check failed for JDK 1.8.2. But I have version 9 install... here info:

ANDROID_HOME=C:\android
JAVA_HOME=C:\Program Files\Java\jdk-9.0.4\bin
Error: Requirements check failed for JDK 1.8 or greater

C:\...>ionic info

cli packages: (C:\...\AppData\Roaming\npm\node_modules)

@ionic/cli-utils  : 1.19.1
ionic (Ionic CLI) : 3.19.1

global packages:

cordova (Cordova CLI) : 7.1.0

local packages:

@ionic/app-scripts : 3.1.8
Cordova Platforms  : android 6.3.0 windows 5.0.0
Ionic Framework    : ionic-angular 3.9.2

System:

Android SDK Tools : 26.0.1
Node              : v9.0.0
npm               : 5.6.0
OS                : Windows 10

Environment Variables:

ANDROID_HOME : C:\android

Misc:

backend : pro

unstall any java sdk you have Install JDK 1.8 follow this link
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html and then look for Java SE Development Kit 8u172 and accept aggreement then download it. and then change your enviroment variable to match the java sdk location eg JAVA_HOME C:\\Program Files\\Java\\jdk1.8.0_172

对我来说,解决方案是安装 1.8 然后不命名环境路径“...\\Java\\jdk1.8.0_161\\bin”而是“...\\Java\\jdk1.8.0_161”

put the other versions of JDK in a other folder and:

sudo -s

apt-get install gradle

ionic 2 - Error Could not find an installed version of Gradle either in Android Studio

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM