I am trying to get this to work on kubuntu 9.10. I am following sholes installation guide and this is apparently the area I am having a problem
I am enteringLinux users:
Open a Terminal, and run
pico ~/.bashrc
and copy this line anywhere (and the end of the file makes it more organized):
export PATH=$PATH:/path/to/android/sdk/tools
(Note: replace “/path/to/android/sdk/tools” with the path to where you downloaded the Android SDK, specifically to the tools folder)
Ctrl+X to exit, Y to save, Enter to confirm. Then restart the terminal.Is this correct? I am new to this side of things in linux. I hate adding a windows partition for such a stupid mistake on my part. Where am I going wrong?export PATH=$PATH:/Desktop/android-sdk-linux_86/tools
this is what I get when i try the adb command
brandon@desktop:~/Desktop$ adb push recovery-0.99.2b.img /sdcard/
No command 'adb' found, did you mean:
Command 'cdb' from package 'tinycdb' (main)
Command 'gdb' from package 'gdb' (main)
Command 'aub' from package 'aub' (universe)
Command 'dab' from package 'bsdgames' (universe)
Command 'mdb' from package 'mono-debugger' (universe)
Command 'arb' from package 'arb' (multiverse)
Command 'tdb' from package 'tads2-dev' (multiverse)
Command 'pdb' from package 'python' (main)
Command 'jdb' from package 'openjdk-6-jdk' (main)
Command 'jdb' from package 'sun-java6-jdk' (multiverse)
Command 'ab' from package 'apache2-utils' (main)
adb: command not found

LinkBack URL
About LinkBacks
Reply With Quote





