我目前正试图通过Cordova在我的Mac PC上运行Android上的模拟器。但似乎我总是遇到问题,它总是归结为Java环境可能不正确。当我尝试进行构建或模拟时,我收到以下错误:
Error: /cordova_app_directory/platforms/android/gradlew: Command failed with exit code 1 Error
output:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '9.0.1'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at https://help.gradle.org
我已经尝试了多种方法来解决这个问题。这包括更新java开发环境(其10.0.1)并更新Gradle(4.4)。我也尝试删除并重新添加平台,但它不起作用。
有没有人知道可能导致此问题的原因?