0

I recently published my app on Google Play, but when I install it and run it simply don't run and message me "app has stopped". On my device and emulator it runs normally, and I don't know what to do.

Anyone had this problem and can help me??!!

  • Have you tried installing local copy of obfuscated .APK on your device? – harism Jan 25 '13 at 18:23
  • I installed from the PC, running on Eclipse. And it has no logcat, cause I it messages "has stopped" and stop after "ok". – Átila Braga Jan 25 '13 at 18:28
  • 3
    if it's getting a force close, there will be a stack trace in the log. connect your real device and do an "adb logcat" then run your app to cause the crash. – Jeffrey Blattman Jan 25 '13 at 18:39
  • Or, since it's through Google Play, look in the Developer Console under "Crashes/ANRs" or "Errors". Stack traces can be found there. – Cat Jan 25 '13 at 18:43
  • I transfer the .apk to my device and install from it, and the error occurs. But I still don't know what to do. =/ – Átila Braga Jan 25 '13 at 18:55

1 Answers1

0

The Google Play asked me to change the package name, so I did. But I right clicked on project -> Android tools -> rename application package and it din't change all configurations and I had to chenge it manually.

After that it's work allright.