0

How to check what is wrong with my APK? I installed it on my device but when I want to run it i get 'app forced to close'. I haven't got any error in Android Studio when APK is generating. How to check it?

Cheers!

user2393513
  • 109
  • 3
  • 15
  • What if you debug the app on your device via USB? – fillobotto Oct 23 '16 at 12:22
  • Having the phone connected to the computer should show you the error in the Logcat http://stackoverflow.com/questions/3707880/using-adb-logcat-with-a-real-phone-and-not-the-emulator – Roee N Oct 23 '16 at 12:24

1 Answers1

0

you can use crash reporter libraries in android,they get your crash reports and store them on servers.

here is a link to some awsome crash reporters

Farid
  • 1,024
  • 9
  • 16