Created
April 15, 2014 05:42
-
-
Save mathewka/10705169 to your computer and use it in GitHub Desktop.
Create android phone gap apps using command prompt.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Install ABT Bundle | |
| 2. Download android latest files(android versions) using SDK Manager. | |
| 3. Download JDK and set environment variable | |
| 4. Download Apache ant and set environment variable | |
| 5. Download Phone gap | |
| Create android phone gap apps using command prompt. | |
| 1. open command prompt | |
| 2. navigate to phone gap bin folder | |
| 3. create command | |
| create projectfolder com.test.example projectname | |
| 4. open eclipse | |
| 5. FILE->New-> Android Project From Existing code | |
| 6. Select created phone gap android project folder | |
| 7. Finish | |
| 8. Change assets->www->index.html file with your new code and add new files , styles and scripts to the appropriate folders. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment