android手机升级到android12版本,使用AS安装程序,有如下报错
The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
** 解决方法:**
在AndroidManifest.xml中做如下修改:
<activity android:name=".MainActivity" android:exported="true">
android手机升级到android12版本,使用AS安装程序,有如下报错
The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
** 解决方法:**
在AndroidManifest.xml中做如下修改:
<activity android:name=".MainActivity" android:exported="true">
本文标题:The application could not be ins
本文链接:https://www.haomeiwen.com/subject/nczxgrtx.html
网友评论