@yubaro I haven't go into the source code at Gideros 2015.07.09, so i don't know what caused that error. I will try to build my game, so you could try and let us know whether it is specific OS version error or not.
Is there a mirror for this build somewhere? I've been trying to grab it for the past couple of days, but GitHub has been painfully slow and unreliable.
Edit: Did finally manage to get it; though it took a good number of tries.
Comments
I will try to build my game, so you could try and let us know whether it is specific OS version error or not.
The build.gradle file has the package name set to this.
defaultConfig {
applicationId "com.giderosmobile.androidtemplate"
minSdkVersion 10
targetSdkVersion 22
}
However, the package name is set correctly in Gideros Studio.
Is this a bug?
what is the name of this file?
Edit: Did finally manage to get it; though it took a good number of tries.