Setting up AndroidSDK in Ubuntu?

mrinehart93

Well-known member
Apr 28, 2010
179
24
0
Has anyone successfully setup the Android SDK in Ubuntu? I keep getting "Insufficient Permissions for Device" :(
 
I did it yesterday, took me a few hours! lol.

[Q] How to install adb on linux??? (ubuntu) - xda-developers Gets adb working, I will look for sdk installation link I used.

EDIT.. Here are links I was at yesterday. One thing that I did not do and kept it from working was go into tools folder and executing the sdk manager.

"To start the SDK Manager, please execute the program "tools/android".

http://bradchow.wordpress.com/2009/02/16/adb-on-windows-and-ubuntu-linux/

http://developer.android.com/sdk/eclipse-adt.html#installing

http://www.oracle.com/technetwork/java/javase/downloads/index.html

http://developer.android.com/sdk/installing.html

http://www.lineardroid.co.uk/2010/04/how-to-set-up-adb-in-ubuntu/
 
Last edited:
Yup, it's easy.

Apparently the server needs to be started while in su, but I don't know how to access the adb path while in su, so I had to go:

Code:
cd ~/{android_sdk_folder}/tools

sudo su

./adb kill-server

./adb start-server

exit

now "adb devices" works, and you should have no more insufficient permissions errors. You have to do this every time you want to start an adb shell, unfortunately. (Well, i'm SURE there's a workaround, but I'm a *nix neophyte, so this is my solution).
 

Trending Posts

Forum statistics

Threads
956,347
Messages
6,967,699
Members
3,163,516
Latest member
KidColoringPage