thundersdata-frontend / rn-template

雷数前端react native项目模版
Apache License 2.0
88 stars 35 forks source link

真机上安装app一直报: com.android.ddmlib.InstallException: INSTALL_FAILED_ABORTED: User rejected permissions #36

Closed labike closed 2 years ago

labike commented 2 years ago

模拟器可以安装,真机上一直报这个错误, 手机上安装检查都关闭了也安装不了

* What went wrong:
Execution failed for task ':app:installDebug'.
> java.util.concurrent.ExecutionException: com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: INSTALL_FAILED_ABORTED: User rejected permissions

环境: windows10; vivo iqoo

chj-damon commented 2 years ago

这个好像跟代码没有关系, 试试这个能不能解决: https://blog.csdn.net/qq_24082497/article/details/108336978

labike commented 2 years ago

@chj-damon 试过了,vivo这玩意什么都关了安装也报这个错,我再google一下

chj-damon commented 2 years ago

就只有vivo上不行吗?其他手机上有没有试过?

labike commented 2 years ago

好了,一通瞎鼓捣, 需要1. 允许传输文件 2. 关闭通过usb验证应用 3.启动终端应用以便在终端访问shell

chj-damon commented 2 years ago

mark