Closed GoogleCodeExporter closed 9 years ago
Workarounds update - do one of the following 3:
1. Build for 2.1 or greater. PhoneGap apps still seem to run on 1.5 and 1.6
fine
2. Use the install from http://www.phonegap.com/download instead of github
3. Do the following edits:
- Open src/com.phonegap
- Right click on ContactAccessorSdk5.java and select Delete
- Open DroidGap.java
- Comment out two lines
-//import android.webkit.WebStorage;
-//import android.webkit.GeolocationPermissions.Callback;
Comment out the three methods that still show errors (red in the
margins)
Original comment by paul.beu...@gmail.com
on 12 Jan 2011 at 5:33
PhoneGap 1.0 has deprecated Android 1.5 and 1.6 support. See comment #1 for
using AppLaud with pre-1.0 versions of PhoneGap.
AppLaud will not add additional support.
Original comment by paul.beu...@gmail.com
on 15 Aug 2011 at 8:21
Original issue reported on code.google.com by
paul.beu...@gmail.com
on 8 Jan 2011 at 10:55