求助贴!!
新建一个项目,然后什么都不改,按理说是可以在手机上有一个程序的,但是报错


$ adb push F:\AndroidStudioProjects\test2\app\build\outputs\apk\app-debug.apk /data/local/tmp/com.example.lenovo.test2
$ adb shell pm install -r "/data/local/tmp/com.example.lenovo.test2"
pkg: /data/local/tmp/com.example.lenovo.test2
Failure [INSTALL_PARSE_FAILED_BAD_MANIFEST]
$ adb shell pm uninstall com.example.lenovo.test2
DELETE_FAILED_INTERNAL_ERROR
Error while Installing APK
求帮忙啊,万分感谢!!
我的manifests.xml文件没有改过,

新建一个项目,然后什么都不改,按理说是可以在手机上有一个程序的,但是报错


$ adb push F:\AndroidStudioProjects\test2\app\build\outputs\apk\app-debug.apk /data/local/tmp/com.example.lenovo.test2
$ adb shell pm install -r "/data/local/tmp/com.example.lenovo.test2"
pkg: /data/local/tmp/com.example.lenovo.test2
Failure [INSTALL_PARSE_FAILED_BAD_MANIFEST]
$ adb shell pm uninstall com.example.lenovo.test2
DELETE_FAILED_INTERNAL_ERROR
Error while Installing APK
求帮忙啊,万分感谢!!
我的manifests.xml文件没有改过,
