Android Studio 3.0 Unsigned Apk Not Installing

Anirban picture Anirban · Nov 20, 2017 · Viewed 19.2k times · Source

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

The package appears to be corrupted

Answer

Anirban picture Anirban · Nov 20, 2017

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