安装APK时出错

时间:2017-01-10 11:46:13

标签: android performance android-studio

通过android studio安装APK时出错

pkg:/data/local/tmp/com.securetech.mobilinkbiometricmodule Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]

$ adb shell pm uninstall com.securetech.mobilinkbiometricmodule Unknown failure (Failure) Error while Installing APK

1 个答案:

答案 0 :(得分:2)

我们应该始终遵循编码结构中的一些Android标准。这个问题有不同的原因,如:

您的应用包名称应始终使用小写字母。

在清单中,您的活动应使用包名定义,或者应该包含'。'在它的名字开头。