Per-App Tweaking

Monkey Targets Forums/Android/Per-App Tweaking

ElectricBoogaloo(Posted 2013) [#1]
In the Config.Monkey file, there's an "ANDROID_APP_PACKAGE" setting.
From testing my various test apps, and having them all overwrite each other, I'm guessing that's the culprit.

They should all be different, right?
Does it matter what you put in that string?
"com.mydomainname.gamename" would seem the obvious one to go for.
Am I doing this right?


ImmutableOctet(SKNG)(Posted 2013) [#2]
To my knowledge that's how you do it, it'll just generate everything from there. And since that's pretty much the install directory for the application, you can add as many sub-directories as you need. (Directories are separated by dots)


ElectricBoogaloo(Posted 2013) [#3]
Okeydokey! Thanks.