0

I followed the instruction on this tutorial How do you install an APK file in the Android emulator? but it doesnt install the apk. instead, it gives me this message "adb is not recognized as an internal or external command"

i think the problem here is im using a portable adt plugin and also a portable eclipse. is there anyway to install a downloaded apk file in my portable emulator?

Community
  • 1
  • 1
asteroid
  • 63
  • 3
  • 10

4 Answers4

2

go to your platform-tools folder from your android sdk dir and try in cmd promt

adb -e install c:/Projectapk_folder/yourapk.apk

Note: Emulator is in running mode.

EDIT: type adb command and check

C:\android-sdk-windows\platform-tools>adb devices
List of devices attached
0A3AAD40xxxx2F        device
Padma Kumar
  • 19,893
  • 17
  • 73
  • 130
0

Just try this solution....

Click emulator Setting Click Apps First uninstall your app and again install

Karthikeyan Karthik
  • 114
  • 1
  • 2
  • 14
0

I finally found the answer. Yay! :) See this

NoNaMe
  • 6,020
  • 30
  • 82
  • 110
asteroid
  • 63
  • 3
  • 10
0

The easiest way ever 1- First play the emulator from AVD manager 2- Just drag the .apk file and drop on the emulator screen I tried on mac and it works well