Thank you.
I'm using v2 tier 2. I wonder if that checkbox does anything else than change the line on the manifest.xml.
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
I think removing it prevents the app from creating an AppGameKit folder in the sdcard containing the default virtual buttons and the write directory. maybe the checkbox sets agk to write that stuff to internal memory instead, but how do I do that in tier 2?
[edit] I do compile with minSdkVersion = 10 (2.3.3).