Thanks Dave, awesome !!!
Here is my first app.
The download link is
http://www.neobook.com.ar/myapp.zip
Very simple, only display some variable objects (RadioButtons, InputBox, CheckBox) values.
AppBuilder has compiled fine, but when upload it at phonegap, i receive an error, and the apk is not generated.
Error is : "Error - Malformed config.xml"
here is the log file:
- Code: Select all
Build Date: 2015-01-22 04:53:31 +0000
----------------------------------------------
debug: Creating Cordova project for the Android platform:
Path: ../../../../../../project
Package: com.en_ayunas_yahoo.com.ar.SecondProgram
Name: MyFirstApp
Android target: android-19
Copying template files...
Running: android update project --subprojects --path "../../../../../../project" --target android-19 --library "CordovaLib"
Resolved location of library project to: /project/CordovaLib
Updated and renamed default.properties to project.properties
Updated local.properties
No project name specified, using Activity name 'MyFirstApp'.
If you wish to change it, edit the first line of build.xml.
Added file ../../../../../../project/build.xml
Added file ../../../../../../project/proguard-project.txt
Updated project.properties
Updated local.properties
No project name specified, using project folder name 'CordovaLib'.
If you wish to change it, edit the first line of build.xml.
Added file ../../../../../../project/CordovaLib/build.xml
Added file ../../../../../../project/CordovaLib/proguard-project.txt
Project successfully created.
I downloaded the html5toapk program, and the apk is generated normally.
The only tip is apk is 18 MB size (and uses 50MB ram) !
My App was tested on :
Sony Xperia U, running Android 4.04 and works fine.
LG Optimus One p500h, running Android 2.21, and does not work.
Any ideas about error ?
Thanks in advance,
David de Argentina
Added later:
MyApp runs fine into debugger under Win XP SP3 / IE8.
Some console js errors are reported, but program runs fine.