1. Problem tip
2. Solution
is because you have installed an application with the same package name on your phone or emulator, and the current versionCode you are running is less than the versionCode of the application you have installed, so you will be prompted that the installation fails!
solution:
1. Uninstall the Apk that has been installed before.
2. Raise the value of android:versionCode in the manifest profile!
resources: http://stackoverflow.com/questions/13808599/android-emulator-installation-error-install-failed-version-downgrade p>
Read More:
- ADB:INSTALL_ FAILED_ UPDATE_ Incompatible [solved]
- Android Studio error “Manifest merger failed with multiple errors, see logs” solution
- Andorid: Installation failed due to invalid APK file due to version mismatch
- MSP-EXP430F5529LP: Error initializing emulator: No USB FET was found
- Android avoids memory leak: reasonable use of getcontext() and getapplication ()
- Installation failed with message Invalid File
- How to Fix adb_server_notify: ADB server connection failed
- Solution of fileuriexposedexception for Android 7.0 behavior change
- INSTALL PARSE FAILED INCONSISTENT CERTIFICATES (How to Fix)
- code is 143 Container exited with a non-zero exit code 143
- Re installing Android studio always fails to install SDK when installing software (solution)
- App: Cleartext traffic not permitted
- AAPT: error: resource android:attr/colorError not found.
- How to Fix:java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/client/methods/HttpPost
- INSTALL PARSE FAILED INCONSISTENT CERTIFICATES error solution
- Command not found: ADB appears on Mac
- Android has applied for permission and still prompts open failed: eacces (permission denied)
- emulator: ERROR: x86 emulation currently requires hardware acceleration! Abnormal problem solved
- Flutter development: prompt error parsing localfile when running the project: ‘/ users / xxx / Android / APP / SRC / main / androidmanifest. XML’… Solution
- Perfect solution Error:Execution failed for task ‘: APP:transformClassesWithDexForDebug ‘… Problem