Eclipse, adb, and ddms not detecting Android Emulator

后端 未结 5 1851
被撕碎了的回忆
被撕碎了的回忆 2020-12-14 02:30

I wanted to try my hand at programming android devices, so I followed the directions from the android website, installed the sdk, the java sdk, and eclipse. My computer is

5条回答
  •  眼角桃花
    2020-12-14 03:13

    Try to adb kill-server and then do adb command like adb devices which will start adb again.

    It helps in my case.

提交回复
热议问题