Hi!
Well, that's it. My app runs perfectly fine in the gideros android player, then I generate the apk with Eclipse and the apk file installs perfectly fine but when I try to run it it shows the gideros splashcreen and then closes. Any ideas of what could be generating this? What are the most typical errors for this? Thanks in advance!
Comments
img.png and Img.png both are different for device
also you can look at the logcat to find what is the error
Therefore assume that you have a image named as "image.PNG". If you access this file as "image.png", it works on Android Player without a problem, but exported .apk file will close. You should look at logcat and check your filenames.
Likes: hgvyas123
Thanks!!
@techdojo coming to take your shiny star
Likes: atilim, ar2rsawseen, OZApps, Ozkar619
2. Your android device doesn't have OpenGL ES 1.1 (only have OpenGL ES 1.0).
Likes: atilim
:ar!