Skip to content Skip to sidebar Skip to footer

After Upgrading To Android 3.6.1 Apk Cant Be Installed On Devices

I have and apk that was used to be tested (shared to differents devices before doing the released version) and working with android studio 3.5.0. After upgrading to android studio

Solution 1:

I had exactly the same issue for some meta files and pngs. Was clueless until I found this. Issue solved and build deploys on devices correctly now.

Added android.useNewApkCreator=false to build.properties.
Env: Windows 7, AS 3.6.3 and Gradle 5.6.4


Post a Comment for "After Upgrading To Android 3.6.1 Apk Cant Be Installed On Devices"