How to change manifest.xml?

Monkey Targets Forums/Android/How to change manifest.xml?

Tibit(Posted 2013) [#1]
Some things in the manifest file can be changed bu using config.monkey

However if I want to add this for example:

<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="14" />

<supports-screens
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"
android:anyDensity="true"/>


How do I do this without it being overridden?

And Am I correct in that the manifest file needs to be changed and THEN I have to do a release android build for it to be put into the apk?


Tibit(Posted 2013) [#2]
Seems the solution is to change the Manifest file in:
main.build\android\templates\

Then rebuild.


Xaron(Posted 2013) [#3]
Or just change it in the targets/android folder