Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting error "The package appears to be corrupt" while installing apk file

I am having a weird problem.I got this error after I updated Android Studio from 2.3.3 to 3.0..The problem is when I try to install apk file it says

App not installed. The package appears to be corrupt.

I have tried generating apk in both debug and release version and tried to install but whenever I install apk it show the same message..

When I run the android project from android studio it is working. May be the gradle problem but couldn't fix it. Please help

like image 822
user3678528 Avatar asked Oct 27 '17 10:10

user3678528


People also ask

How do I fix not installing an APK?

The Android app not installed error can be combated after resetting app permissions. Go to Settings > Apps > Reset App Preferences/Reset Application Permissions. After this, third-party software can be installed on your device.


1 Answers

After searching a lot I found a solution:

Go to Build-> Build Apk(s).

After creating apk you will see a dialog as below.

enter image description here

Click on locate and install it in your phone

Enjoy

like image 94
tej shah Avatar answered Oct 12 '22 00:10

tej shah