Monday 15 June 2015

android - Phonegap: unable to override AndroidManifest.xml -



android - Phonegap: unable to override AndroidManifest.xml -

i limit utilize of phonegap app tablets only. reading this page seems possible via config.xml file.

in config.xml file made changes:

added: xmlns:android = "http://schemas.android.com/apk/res/android"

added

<gap:config-file platform="android" parent="/manifest"> <supports-screens android:smallscreens="false" android:normalscreens="false" android:largescreens="true" android:xlargescreens="true" android:requiressmallestwidthdp="600" /> </gap:config-file>

when build app, can't see changes on androidmanifest.xml. error? procedure should works both local build , remote build using build.phonegap.com?

thanks in advance.

ok, after hours understand happen: gap:config-file works fine if utilize phonegap build (build.phonegap.com). after used android-apktool androidmanifest.xml generated .apk , see configuration.

android cordova

No comments:

Post a Comment