I am working on a project and want to allow other people to download and try it out. So the program works fine in the windows player. The program works fine also in the Android player. When I export it as an APK and install it on my device, I just get the "Unfortunately, ARogue has stopped."
I'm wondering why this happens when it works fine in the player on the same device.
Can anyone point me in the right direction?
Comments
In most cases the difference is in file names. Gideros player is case insensitive, but since on Android files are served apk and not file system, they are case sensitive.
So for example you have file like image.PNG
but you use it in Gideros as image.png
it will work in player but not as exported Android apk
Likes: hgy29
In the meantime, every time I export and import into Android Studio I get a message "The project is using an old version of the gradle plugin". Is there any way to get Gideros to export the latest one with the project?
Likes: simwhi