一、使用adb 的usb真机调试,安装错误:


adb: failed to install app-debug.apk: Failure [INSTALL_FAILED_ABORTED: User rejected permissions]



用于拒绝安装:


解决方案:

1.手机开启开发者模式

2.从开发者模式的设置中,关闭,安装需要用户确认的选项:

adb: failed to install app-debug.apk: Failure [INSTALL_FAILED_ABORTED: User rejected permissions]_问题解决方案

结果:

adb: failed to install app-debug.apk: Failure [INSTALL_FAILED_ABORTED: User rejected permissions]_开发者模式_02