How to edit AndroidManifest.xml in PhoneGap 3

后端 未结 4 2005
臣服心动
臣服心动 2020-12-15 18:36

It seems PhoneGap generates that file automatically when config.xml is modified.

I wish to add Ad network\'s activities, services, etc in AndroidM

4条回答
  •  独厮守ぢ
    2020-12-15 19:08

    Typically this is found in the "res" directory ( - src - gen [Generated Java Files] - Android - Android Dependencies - Referenced Libraries - assets - bin - libs - res - AndroidManifest.xml - proguard-project.txt - project.properties) of course this is depending on what version of Cordova you are using. Typically most of these things are specified in the config.xml for newer Phonegap builds from my understanding which is why you don't need to include an AndroidManifest.xml file when using Phonegap Build. I would recommend trying Configap to edit the main config.xml and see if any of the settings/services you need to access are options. Configap can be found here!

    forgot to mention I use Notepad++ to edit my .xml on the fly but you can also open in the sdk

提交回复
热议问题