Same deal as several previous threads. I note further that the instructions for removing unused permissions that are usually linked appear to be incorrect; they refer to apktool as a part of the Android SDK (it’s not), they use backslashes for paths on OS X (that doesn’t work), and at least one report says that since the switch to the v20 Android SDK, they just don’t work anyway – apktool does not successfully recreate the .apk file.
So I need help with this. I had a friend try out a pre-release version of my app, and not only did it report that it needed network access, it apparently accessed the network at least some. This is not acceptable! I need to ship an app that ABSOLUTELY DOES NOT contain any of the ad network files, any of their code, or anything else like that. It must not claim it needs any permissions that I’m not using. I don’t see any way to do this from here.
And yes, this really is that important. This is a complete and total show-stopper for now; there is no way I can interest people in a “free” app which demands all sorts of permissions and which I cannot prove to them won’t do anything with those permissions.
So.
- How do I rebuild an APK using tools that are currently available and will work with the current Corona toolkit?
- How do I remove all traces of the toolkits and libraries I’m not using?
It really doesn’t seem like it should be THAT hard to rebuild an APK without files that are never in any way used… [import]uid: 143026 topic_id: 31086 reply_id: 331086[/import]
