0

I have downloaded an apk and i want to run it on emulator but i don't know how to run i tried this link

but i didnt work i get this error on cmd

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

Community
  • 1
  • 1
Giant
  • 1,619
  • 7
  • 33
  • 67

2 Answers2

1
  1. Past apk file inside android-sdk\tools or platform-tools
  2. Go through platform-tools in console
  3. Then type this command adb install yourapk.apk
Dave Hogan
  • 3,201
  • 6
  • 29
  • 54
Sanket Kachhela
  • 10,861
  • 8
  • 50
  • 75
0
Steps by steps
1. open your cmd command
2. go to directory where c:\eclipse\adt\sdk\platform-tools
3.befor this u just goto platform-tools folder and paste your apk file
4.after that u just write c:\eclipse\adt\sdk\platform-tools\adb install apk file name
FarhaSameer786
  • 370
  • 1
  • 4
  • 12