TRANS does not build full src package folder

Monkey Targets Forums/Android/TRANS does not build full src package folder

AndroidAndy(Posted 2012) [#1]
Looking through the code in TRANS for the Android target, it deletes the src folder at the "Building..." stage, then recreates the src folder with the android target by parsing out the ANDROID_APP_PACKAGE value in CONFIG.txt in the applications build folder.

In my case, it is deleting the src folder but not recreating it. I can get it to work if I create a text file in my src folder target and make it read-only, that way it doesn't delete the folder. Not sure what setting is not correct, I change the default com.monkey to com.mydomain.mygamename.

I am sure there is some other configuration problem, but haven't found the short list of how the whole thing comes together for the Android target any ideas or pointer?