2
votes

I am trying to access adb shell from ubuntu terminal for viewing sqlite db values. I am using the following command:

"cd /home/santhosh/Android/adt-bundle-linux-x86_64-20140321/sdk/platform-tools/adb shell"

But I am getting a response like this : NO Command adb found. I am new to linux terminal. what to do? I tried to put path also. But adb shell not working. What to do?

1
after you go into platform tools use ./adbAuto-Droid ツ
you will need your device connected while performing this actionAuto-Droid ツ
@Auto-Droidツ thanks dude, it works!!androidGenX

1 Answers

3
votes

this wont work for terminal unless you use ./adb or set classpath

so better use

"cd /home/santhosh/Android/adt-bundle-linux-x86_64-20140321/sdk/platform-tools/"

then ./adb shell