android-studio-3.6.1

How to fix INSTALL_FAILED_INVALID_APK error in Android Studio?

时光怂恿深爱的人放手 提交于 2020-06-12 05:03:53
问题 I have recently updated my Android Studio to 3.6.1, thereby also updating gradle plugin to 3.6.1 and the gradle wrapper to 5.6.4 When running the debug build, I keep getting this error Install failed: The application could not be installed: INSTALL_FAILED_INVALID_APK The APKs are invalid. I have checked my package and applicationId and it is the same I tried using android:extractNativeLibs="true" on the manifest <application> tag and it is still does not work Kept on cleaning and rebuilding