Joined
·
195 Posts
So I just want to preface this with the fact that I've been working on an installer script for the last week or so and just got it working to the point that I was satisfied with letting people test it. However, upon releasing it I noticed in a thread on the forums here that this command exists:
Since that code doesn't seem to actually do anything toward installing ADB, I was wondering if there is a way to install ADB in terminal to bypass the need for Eclipse to do it?
Code:
#update the sdk to get adb and drivers<br />
tools/android update adb<br />