how to install .apk in a portable android emulator?

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?


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-windowsplatform-tools>adb devices
List of devices attached
0A3AAD40xxxx2F        device

Just try this solution....

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


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

链接地址: http://www.djcxy.com/p/90690.html

上一篇: 如何签署android apk文件

下一篇: 如何在便携式Android模拟器中安装.apk?