0

I am working with ionic2 and want to access my installed application code,

Now when i run the command "adb devices" in cmd , it is showing error as

"'adb' is not recognized as an internal or external command, operable program or batch file."

what should i do ?

Devang Mistry
  • 595
  • 1
  • 10
  • 22

3 Answers3

7

Go to Your Android SDK platform-tools in cmd and then try adb command

C:\"your path "\sdk\platform-tools
Kiran Benny Joseph
  • 6,755
  • 4
  • 38
  • 57
Chetan Joshi
  • 5,582
  • 4
  • 30
  • 43
1

In cmd set path to platform-tools and then use adb command.

Like I have put my sdk in E: drive so I have to set below path.

E:/sdk/plateform-tools

after setting hit adb devices.

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103
Jitesh Dalsaniya
  • 1,917
  • 3
  • 20
  • 36
0

Try in platform tools go to

yoursdk path\sdk\platform-tools

and press Shift and right click => open command window here and use adb

and try again or add path variable

Kiran Benny Joseph
  • 6,755
  • 4
  • 38
  • 57