作者:夡敧 | 来源:互联网 | 2023-05-17 15:28
TryingtocreatemyfirstPhoneGapprojectineclipse.IhavefollowedtheGettingStartedtutorial
Trying to create my first PhoneGap project in eclipse. I have followed the Getting Started tutorial but that only seems to help in a best case scenario. My guess is that if they make the tutorials vague enough people will pay them for adequate help.
试图在eclipse中创建我的第一个PhoneGap项目。我已经按照入门教程进行了操作,但这似乎只对最佳情况有所帮助。我的猜测是,如果他们让教程模糊不清,人们会向他们付出足够的帮助。
Following this tutorial: Getting Started with Android
遵循本教程:Android入门
When I run the create command I get the following error (see below). My guess that my environment is not ready. I have installed the Android SDK, I have the Java SDK installed and in my path. The only part that I am not clear on is the Apache Ant. I thought that was installed along with Eclipse?
当我运行create命令时,我收到以下错误(见下文)。我猜我的环境尚未准备好。我安装了Android SDK,我安装了Java SDK并在我的路径中。我不清楚的唯一部分是Apache Ant。我以为这是与Eclipse一起安装的?
Missing one of the following:
JDK: http://java.oracle.com
Android SDK: http://developer.android.com
Apache ant: http://ant.apache.org
What do I need to do to fix this problem and successfully create a PhoneGap project in Eclipse?
我需要做些什么来解决这个问题并在Eclipse中成功创建PhoneGap项目?
1 个解决方案