当前位置: 代码迷 >> 综合 >> 华为手机真机测试问题 The application could not be installed: INSTALL_FALLED_INTERNAL_ERROR
  详细解决方案

华为手机真机测试问题 The application could not be installed: INSTALL_FALLED_INTERNAL_ERROR

热度:62   发布时间:2023-12-18 10:32:07.0

问题复现
Installation did not succeed.
The application could not be installed: INSTALL_FALLED_INTERNAL_ERROR
Installation failed due to: ‘null’

华为手机无法运行apk,android studio 连接真机运行时报错。


问题解决

    <uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE" />
    <uses-permission android:name="com.huawei.permission.sec.MDM" />
将AndroidManifest.xml中上面2行代码注释掉即可或者添加即可。
然后同步下工程,问题解决
 

  相关解决方案