While running my Android app is shows me this error. Why raising this and how to resolve it please help?
Installation failed with message Failed to finalize session: INSTALL_FAILED_INVALID_APK: Split lib_slice_1_apk was defined multiple times.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present and then re-installing.
- 6 years ago
Turning off instant run eliminates that error.
And yes disabling that setting fixes the issue.
- 5 years ago
How to solve this issue:
RootExplorer
tmp
folder on SD cardLink
to this folder (last option in menu)/data/local/
and tap button CREATE LINK
from bottom- 5 years ago
I was also face Installation failed with message Failed to finalize session : INSTALL_FAILED_INVALID_APK: Split lib_slice_1_apk was defined multiple times. It is possible that this issue is resolved by uninstalling an existing version of the apk when i try run my Android Studio program some times it gives me this error you can easly solve this issue just
from this i have successfully resolve my issue now try to run android Studio project in your Device
Hot Questions