Installation failed with message Failed to finalize session : INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPT

今天碰到个问题,发现安装不上apk,Android Studio弹框显示:
Installation failed with message Failed to finalize session : INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION: Failed reading res/raw/model in java.util.jar.StrictJarFile@221f042b: META-INF/MANIFEST.MF has invalid digest for res/raw/model in res/raw/model.
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?

解决方案:
更改ndk版本:File—>Project Structure—>SDK Location—>Android NDK location

你可能感兴趣的:(Android)