经常遇到Android Studio在一些真机运行安卓项目时 弹出:
Installation failed with message Invalid File: K:\project\app\build\intermediates\split-apk\with_ImageProcessor\debug\slices\slice_0.apk. It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.
WARNING: Uninstalling will remove the application data!
Do you want to uninstall the existing application?
点击OK之后 左下方显示Session ‘app‘: Error Installing APK 运行失败的问题
解决方法:
步骤一:Click Build tab ---> Clean Project
步骤二:Click Build tab ---> Build APK
步骤三:Run.
解决!
原文:https://www.cnblogs.com/laishijinmi/p/11759317.html