Eclipse detecting the same device multiple times

前端 未结 4 908
野趣味
野趣味 2020-12-11 03:30

I am facing a strange problem. The eclipse is deteting the same device multiple times and thus is unable to run the project showing error as :

Failed to inst         


        
4条回答
  •  旧巷少年郎
    2020-12-11 03:43

    update : It is not needed to restart/close Eclipse

    As told in comments by Ved Praksh, the solution is:

    Exit Eclipse

    End all adb processes from task manager as well.. Then:

    In cmd, adb kill-server --> adb start-server --> adb devices

    Then restart eclipse.

    Most probably it will show only one device this time.

提交回复
热议问题