Upload your Android-project
Your application needs the following structure:
- *root*/hybrid.properties - Project properties
- *root*/www/index.html - You app's startpage
- *root*/icon-hdpi.png - Application icon, 72x72
- *root*/icon-mdpi.png - Application icon, 48x48
- *root*/icon-ldpi.png - Application icon, 32x32
The www-folder can contain whatever resources your applications needs, css, js, images, but a index.html is required.
PS: It's important that the resources (www/ and the other files) are at the root of your unzipped archive.
Project template
The Hybridifier - Sveinung Kval Bakken