debugging - Android app crashing on installing -
my app throwing "unfortunately, app has stopped" on installing upgrade current app. have crashlytics installed seems not have chance initialize before crash. cannot debug app because on custom hardware , tried adding toast messages in oncreate() in launcher activity , in application class don't see of them. not sure how debug here....
please try below steps,
1.add android sdk's adb tools path computer's environment virable "path". ex:
path = c:\android\android_sdk\platform-tools
2.and then, try use adb command take dumpstate log
adb shell dumpstate > c:\dumpstate_installer_crash.txt
the dumpstate log should save in computer "c:\dumpstate_installer_crash.txt" path.
then, check , analyse log, may find clues.