Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须配置 Phonegap 才能在 Windows 中创建 android App,但我遇到了一些问题。我一直在从教程中获得帮助。但是当我尝试在命令行中创建项目时,它会引发错误
Missing one of the following: JDK: http://java.oracle.com Android SDK: http://developer.android.com Apache ant: http://ant.apache.org
请帮忙。
它发生在我身上,我以这种方式解决了:
首先验证您是否确实安装了这些要求,运行以下命令:
java -version ant -version android
如果他们都没有抛出not recognized command错误,那么你很高兴并且:
not recognized command
create.bat
@ECHO OFF
cscript "%~dp0\create.js" %*
这对我来说可以。
编辑:如果无法识别其中一个命令,则必须检查 PATH 变量。