• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Mods Having trouble gettiing the mini SDK to work

I dowloaded the mini SDK linked from a thread here and I extracted it here.

2jebd6h.png


Inside the SDK Tools folder I can see adb.exe in the SDK folder.

og7m.png


I can type "cd c:\sdk-tools" in a command prompt and the directory changes to it, but when I try to type "adb devices" i get this error.

1g29gw.png
 
According to your second picture, you have two sdk-tools folders, one inside the other, and that's the problem.

Drag the sdk-tools\sdk-tools up to sdk-tools, say yes to any dialog asking you to merge the folders and all should be well.
 
I believe so, all I did was check to see if I could see the device and I didn't go past "adb devices," but that worked so I'm assuming when I actually try to do something everything should be fine.
 
Back
Top Bottom