I have created a release apk in mode
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
zipAlignEnabled true
}
}
To run the apk on my test device I upload it using adb install ...
. When the app crashes, I don't get a log in the logcat
. Is there some configuration I have to change in android studio so as to see what is causing my release apk
to crash?
Also I try using crashlytics but crashes arrive once in a while and they take forever to come. It's definitely not real-time, not a by a long shot: sometimes hours.