Closed GoogleCodeExporter closed 9 years ago
We plan to add out-of-box support for 1.5 by the end of March.
Note that you should be able to use 1.5 by pointing the wizard at a downloaded
version in which you may need to rename the cordova* files to phonegap*.
Original comment by paul.beu...@gmail.com
on 6 Mar 2012 at 4:33
Original comment by paul.beu...@gmail.com
on 6 Mar 2012 at 4:34
[deleted comment]
[deleted comment]
To use AppLaud 1.2.7 with PhoneGap 1.5.0:
- In unzipped install, cd {UnzipDir}/lib/android
- cp cordova-1.5.0.jar phonegap-1.5.0.jar
- cp cordova-1.5.0.js phonegap-1.5.0.js
- In project wizard, choose "Enter path to installed PhoneGap"
- Enter top-level PhoneGap unzip directory - the directory that contains lib/...
- Create project as usual
- Under the src directory, change "import com.phonegap.*;" to "import
org.apache.cordova.*;" in the java file
- Make sure the name of phonegap-1.5.0.js or cordova-1.5.0.js matches the
reference in index.html
Original comment by paul.beu...@gmail.com
on 13 Mar 2012 at 11:23
I wrote support cordova-1.5.0 patch.
Please copy cordova-1.5.0.jar to resources/phonegap/jar/cordova-1.5.0.jar
Original comment by toran...@gmail.com
on 15 Mar 2012 at 3:54
Attachments:
Thanks toraneko!
I'm very busy this week, but hopefully will have time next week to review,
integrate and test.
Original comment by paul.beu...@gmail.com
on 16 Mar 2012 at 1:01
The patch along with other changes to support other wizard options are released
with AppLaud 1.2.8.
Original comment by paul.beu...@gmail.com
on 19 Mar 2012 at 11:38
Note that comment #5 applies to use 1.2.7 for running with PhoneGap 1.6.*.
1.2.8 will work with PhoneGap 1.6.0 after workarounds for
https://issues.apache.org/jira/browse/CB-489 and
https://issues.apache.org/jira/browse/CB-490
Original comment by paul.beu...@gmail.com
on 12 Apr 2012 at 11:00
Original issue reported on code.google.com by
toran...@gmail.com
on 6 Mar 2012 at 11:54