Editing the Android Manifest

stueynetstueynet TorontoMember Posts: 166

I have seen references on this forum to changing the Android Manifest. Can someone post a simple how to on that? I have no idea how to do that from the APK built in GS Publisher.

My Latest GS Game - Tiny Spirit
My First GS Game - Dashing Ralph

Comments

  • vafurlogivafurlogi Member Posts: 203

    I've not done it but believe the process is something like this:

    1. Rename the finished .apk to .zip and extract the file like any other zip file. There you will see the contents of the .apk file including the manifest.xml.

    2. Download apktool from here https://code.google.com/p/android-apktool/
      The apktool is for editing and recompiling the apk file once you've made your changes.

    As I said, I havn't done this yet but did the research because it looks like I will have to do this once my app is ready. Someone correct me if this is wrong please.

  • GdoggGdogg Member Posts: 95

    if i want adsense for my add, can i edit the adproviders.json and add this line {"provider”:”adsense,”percentToUse":0,"showAtStart”:true,”showBetweenScenes":false,"secsBetweenViews":60}, where could i implement my code,

    im desperate for adsense

    cheers

Sign In or Register to comment.