Note that there are some explanatory texts on larger screens.

plurals
  1. POphonegap/cordova create project says missing one of following
    primarykey
    data
    text
    <p>I've search around and saw a few question about this problem, but I have tried all the solution and I still can't create a project.</p> <p>When running this code in <code>command prompt</code>:</p> <pre><code>create &lt;project_folder_path&gt; &lt;package_name&gt; &lt;project_name&gt; </code></pre> <p>the result is always:</p> <pre><code>Missing one of the following: JDK: http://java.oracle.com Android SDK: http://developer.android.com Apache ant: http://ant.apache.org </code></pre> <p>I know there's already some question about this. I've already tried all the solution they give, but still no luck.</p> <p>Followig the <a href="http://docs.phonegap.com/en/2.3.0/guide_getting-started_android_index.md.html#Getting%20Started%20with%20Android" rel="nofollow">guide</a> and some solution for similar question, so far I've tried:</p> <ol> <li><p>Check, double check, triple check the environment variables for PATH:</p> <ul> <li>Java Development Kit (C:\Program Files\Java\jdk1.7.0_10\bin)</li> <li>Android SDK platform tools (D:\Development\Android\android-sdk\platform-tools)</li> <li>Android SDK tools (D:\Development\Android\android-sdk\tools)</li> <li>Apache ANT (D:\Development\apache-ant-1.8.4\bin)</li> </ul></li> <li><p>Open command prompt and:</p> <ul> <li>type: java -version (work - showing version 1.7.0_10)</li> <li>type: javac -version (work - showing version 1.7.0_10)</li> <li>type: ant -version (work - showing version 1.8.4)</li> <li>type: adb (work)</li> <li>type: android (work - launch android sdk manager)</li> </ul></li> <li><p>use phonegap/cordova from <a href="http://phonegap.com/download" rel="nofollow">PhoneGap</a> and from <a href="http://cordova.apache.org/#download" rel="nofollow">Cordova</a></p></li> <li><p>make sure the folder path for <code>&lt;project_folder_path&gt;</code> is not exist</p></li> <li><p>not using - in package name.</p></li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload