经常遇到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 运行失败的问题
解决方法:
来自 https://*.com/questions/42219784/installation-failed-with-message-invalid-file/43415152
步骤一:Click Build tab ---> Clean Project
步骤二:Click Build tab ---> Build APK
步骤三:Run.
解决!
android studio 真机运行失败 Installation failed with message Invalid File.....