[View] [Edit] [Lock] [References] [Attachments] [History] [Home] [Changes] [Search] [Help]
[Cva8] How to build your application package (apk)
- Create a new Cordova project for application
- Create the build folder and build the application image
- save the image in www folder
- edit the index.html file to load your image and start the application
- Add resources and other files required by application
- Build the apk with command
cordova build
- you can also edit/build the apk using Eclipse