Adb install failure: INSTALL_CANCELED_BY_USER

后端 未结 20 1884
执笔经年
执笔经年 2020-12-02 08:28

I try to install app via adb and get a error:

$ ./adb -d install /Users/dimon/Projects/one-place/myprogram/platforms/android/build/outputs/apk/android-debug.         


        
20条回答
  •  温柔的废话
    2020-12-02 09:00

    1. Disable "Verify apps over USB" option under developer mode and try to install again .It should work as pointed out in link https://stackoverflow.com/a/29742394/2559990.

提交回复
热议问题