Android Studio 3.0 and gradle upgrade - base.apk code is missing while creating apk
问题 I tried to upgrade my gradle from 2.3.3 to 3.0.0 in Android Studio 3.0 (stable). Project builds fine but I get issue while creating/installing APK: Failure [INSTALL_FAILED_INVALID_APK: Package couldn't be installed in /data/app/xxxx Package /data/app/xxxx/base.apk code is missing] $ adb shell pm uninstall xxxx Unknown failure (at android.os.Binder.execTransact(Binder.java:674)) Error while Installing APK If I build standalone APK and install it directly on device/emulator I get that it is