ADB server can't start android

后端 未结 7 933
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-14 10:30

I have installed adt bundle eclipse. However, I can\'t seems to run the AVD. I have the problem of

ADB server didn\'t ACK 
failed to start daemon

7条回答
  •  终归单人心
    2021-01-14 11:00

    Please follow below steps:-

    1. Go to run
    2. open command prompt
    3. get into your platform-tools under android sdk.
    4. now type command: adb kill-server
    5. then upon success type: adb start-server

    Thats'it.

    Let me know if you still facing any issue..

提交回复
热议问题