简体   繁体   中英

Cordova android emulator not running

when running cordova run android to the command panel. does nothing and writes the following:

Android Studio project detected
ANDROID_HOME=C:\Users\User\AppData\Local\Android\sdk
JAVA_HOME=C:\Program Files\Java\jdk-11.0.2\bin
Requirements check failed for JDK 1.8

I'm sure I'm doing the system variables correctly.

I don't understand what the problem is

The error says

Requirements check failed for JDK 1.8

Your installed version is 11.0.2.

Download and install JDK 1.8 ( you can have multiple version installed ), then make sure that your JAVA_HOME env variable points to the JDK 1.8

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