How to detect Android App Crash and null pointer exceptions at the development time with Android studio? Do we have any good static analysis tool? Thank you!
If you're running the application from Android Studio you can check the logcat to see the exception details. If you want to track the crashes even if the device is not connected to Android Studio you can integrate a tool like Firebase Crashlytics
2.1m questions
2.1m answers
60 comments
57.0k users