android-studio-3.0android-gradle-3.0

Android Studio 3.0 Unsigned Apk Not Installing


After upgrading to android studio 3.0 the debug apk is saying App not istalled.

The package appears to be corrupted


Solution

  • Looks like we can not directly use the apk after running on the device from the build->output->apk folder.

    After upgrading to android studio 3.0 you need to go to Build -> Build Apk(s) then copy the apk from build -> output -> apk -> debug

    Like this -

    enter image description here