如何在Android模拟器上安装应用程序?

sel*_*enk 1 android cmd adb android-emulator android-install-apk

当我输入"adb install asdasd.apk"到cmd时返回"error:device not found".我怎样才能解决这个问题?

har*_*nan 5

只需将该apk文件复制到(D:\ android-sdk\platform-tools)android sdk平台工具中即可.

 and then open the cmd prompt. 

 then, come into that platform tools path in cmd prompt.

 then, give like this in cmd -- adb install (appName).apk 

 wait few minutes and get success respomse in cmd prompt..
Run Code Online (Sandbox Code Playgroud)