Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After updating android studio to 2.3 getting error "Error while Installing APKs" in MI4

After updating android studio to 2.3 getting error "Error while Installing APKs" in MI4 .Working fine with Samsung Tab 3 but getting error in MI4

My gradle looklike this

 applicationId "com.intellyze.letsschool"
    minSdkVersion 15
    targetSdkVersion 25
    versionCode 1
    versionName "1.0"
    multiDexEnabled true
like image 230
Saneesh Avatar asked Mar 03 '17 11:03

Saneesh


1 Answers

Android Studio 2.3 Error for launching application on real device

Disable MIUI Optimization in Developer Settings

like image 104
Vetal Latyshev Avatar answered Nov 02 '22 17:11

Vetal Latyshev