DDMS Files Not Found Android\platform-tools\adb.exe

前端 未结 5 502
礼貌的吻别
礼貌的吻别 2020-12-18 02:11

I have Eclipse and Java SE and am running Windows XP and am trying to setup Android for Eclipse.

I first:

Visit http://developer.android.com. 2. On the main

5条回答
  •  情话喂你
    2020-12-18 02:32

    After moving eclipse to another drive I experienced this problem. Fix it by setting the SDK folder at Eclipse > Window > Preferences > Android > SDK Location:

    Changing the Drive letter from C to E fixed this for me. Locate your eclipse folder on your drive and correct the path or use the browse button.

    The path for me was E:\adt-bundle-windows-x86_64-20140702\sdk

    Shutdown any other app that might be connecting to the phone via adb.exe eg. Visual Studio using android sdk.

    Restart eclipse if needed.

提交回复
热议问题