Are you using Firebase in your app? 
If yes, then use multiDexEnabled true;
in your build.gradle. See here:
https://stackoverflow.com/questions/56121902/exception-java-lang-runtimeexception-at-android-app-activitythread-handlerecei
Go through this guide to know how to decompile APK and then edit your build.gradle(module: app)
1 Like