After updating Android Studio to 2.3, receiving the "Error installing APK" error in MI4. Nice work with Samsung Tab 3 tab but bug in MI4
My gradle looks like
applicationId "com.intellyze.letsschool" minSdkVersion 15 targetSdkVersion 25 versionCode 1 versionName "1.0" multiDexEnabled true
Android Studio 2.3 Error starting application on real device
Disable MIUI optimization in the developer settings
I had such a situation. I reinstalled Android studio (backing up the project, deleting, deleting the rest of the files, rebooting, clean installation), and it worked! Try also.
This is not a bet solution, but it works: File> Settings> Build, Run, Deploy> Instant Run> Cancel Scan (Enable instant run before hot exchange code)
Just re-launch your project, create it and run it. Your problem will be resolved.
This works for me. Just turn off instant launch in Android Studio,
Settings> Build, Run, Deploy> Instant Launch
Source: https://habr.com/ru/post/1264982/More articles:Stone Balancing - c ++How to redirect stderr to Jenkins pipeline - redirectHow to break lines in java - javaDiskPressure node crash - kubernetesC ++ variation patterns and implicit conversions - c ++Android Studio 2.3 Error starting application on real device - android-studioiOS PHAssetCollection localizedTitle always returns English name - iosError: crash in some files, see Logs for a more detailed gradle update - androidManipulation events in WebView UWP - windowsHow to rotate a square two-dimensional matrix twice to have all possible rotations? - javascriptAll Articles