Adb install failure: INSTALL_CANCELED_BY_USER

后端 未结 20 1945
执笔经年
执笔经年 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 08:45

    Faced the same Issue in MI devices and figured out the problem by following these Steps :

    1) Go to Setting

    2) Click on Additional Settings

    3) Click on Developer Options

    4) Click toggle of Install via USB to enable it

    and the issue will be resolved.

提交回复
热议问题