quochuy3007 / mobile-web-development-with-phonegap

Automatically exported from code.google.com/p/mobile-web-development-with-phonegap
0 stars 0 forks source link

AndroidManifest not set up for PhoneGap with SDK Tools rev. 14 and later #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
SDK 14 changed the format of the created AndroidManifest.xml.

The PhoneGap wizard is not making the correct adjustments for PhoneGap

Workaround:

Use phonegap-1.1.0/Android/Sample/AndroidManifest.xml to update 
supports-screens, uses-permissions, debuggable, 
android:configChanges="orientation|keyboardHidden", and the DroidGap activity.

Original issue reported on code.google.com by paul.beu...@gmail.com on 30 Oct 2011 at 10:35

GoogleCodeExporter commented 8 years ago

Original comment by paul.beu...@gmail.com on 30 Oct 2011 at 10:48

GoogleCodeExporter commented 8 years ago
Fixed and released in 1.2.5

Original comment by paul.beu...@gmail.com on 1 Nov 2011 at 8:39