赞
踩
参考链接 :
adb install APK报错Failure [INSTALL_FAILED_TEST_ONLY: installPackageLI]_调用者不被允许测试的测试程序_小龙在山东的博客-CSDN博客
安装apk时提示“解析软件包时出现问题”
解决办法:使用adb安装,会提示你报错信息的
在pico自带的开发工具输入install -r “apk文件在电脑的位置”
安装失败会弹出错误的具体信息,我这里为:
(at BinaryXML file line #8): Requires newer sdk version #30(current version is #29)] <Performing Streamed Install
经过解读,意思是pico的安卓版本为29,开发打包的版本是30,太高了
修改Api level低于29,对应安卓10
1,勾选插件
2,building setting这里选择,run device===All compatible device
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。