Reputation: 1491
I downloaded and setup eclipse under Ubuntu .. now I am trying to connect to my Nexus-7, it looks like I don't have adb installed or its path is not set:
No command 'adb' found
.. so trying to locate the android-sdk but can't find it.
my questions are:
thanks
Upvotes: 0
Views: 127
Reputation: 581
Follow the instructions here:
http://developer.android.com/sdk/installing/bundle.html
Below you can find the associated pages
Here is where you can download the entire bundle:
Click on Download for other platforms.
http://developer.android.com/sdk/index.html
Follow instructions on this page if you already have an IDE working.
For Linux click on the link at the bottom "Information for other platforms"
http://developer.android.com/sdk/installing/index.html
All information for installing, configuring and starting to use Android Eclipse should be on the above site.
Eclipse is a self contained program, all the files you need are in the Eclipse folder, wherever you downloaded it to.
Upvotes: 1