Android Question The Application Stopped

rafaelcamara

Member
Licensed User
Longtime User
Dear,

I published my app into the Play Store. I am facing a problem to open the application when it is installed by the play store. If I download the application to my tablet and install it trough unknown sources everything works perfect. if I download from the play store and install I can't open and it's showing the message. "The application is stopped"

I have this application for many years installed into a different devices doing frequently updates and just now I decide to publish into a play store to be easy for updates and sharing. Anything special regarding the libraries that I must consider before compiling my application to publish into the play store?

Please, see below the link for my application as reference.

https://play.google.com/store/apps/details?id=sag.mobile

Thanks in advance,
Rafael
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
At what point does the app crash? I downloaded it onto my Galaxy S3 & it started & presented me with the login screen as well as a couple of other dialogs (which I didn't understand because I don't speak Portuguese). I had my S3 connected to B4A via USB & didn't see any crash.

- Colin.
 
Upvote 0

rafaelcamara

Member
Licensed User
Longtime User
Thanks Colin. I found the problem. I did one mistake when I compile the application. I had to change the package name and I forgot to change also in the code.
It's working perfect know.

Thanks for help. Appreciate.
Rafael
 
Upvote 0
Top