Unable to install android app via usb debugging

前端 未结 11 1716
鱼传尺愫
鱼传尺愫 2021-02-19 02:52

I know this is an old question but I am trying to install my app the very first time on Redmi note 4. Whenever i try to install it displays a dialog saying..

Installatio

相关标签:
11条回答
  • 2021-02-19 03:27

    I'm Using Redmi Note 4 mobile (Xiaomi Phone). I got the same problem.

    Problem Resolved:

    Go to setting >> Additional settings >> Developer options >>Turning off MIUI Optimizations 
    

    and also turn on USB debugging and install via USB. And then restart your phone. After that, I am sure that your problem will be solved.

    0 讨论(0)
  • 2021-02-19 03:28

    I had a similar issue. Manifest file had an option:

     <meta-data
            android:name="com.google.android.actions" />
    

    which was causing the issue. I removed it and everything started working fine.

    0 讨论(0)
  • 2021-02-19 03:29

    This issue occurs sometime I have also faced the same issue.

    Try the following steps

    Go to Settings > Additional settings > Developer Options

    Off your Developer Option and re-On it

    On - USB debugging

    and press Revoke USB debugging authorization

    I hope it will work.

    0 讨论(0)
  • 2021-02-19 03:35
    • Turn off Developer Option
    • Restart your mobile
    • Turn on Developer Option
    • Turn on Usb debugging

    Worked for me. Hope it works for others...

    0 讨论(0)
  • 2021-02-19 03:39

    you can also check the build gradle, the minSDKVersion should match with your physical device

    0 讨论(0)
提交回复
热议问题