0

我已经下载了一个apk,我想在模拟器上运行它,但我不知道如何运行我试过这个链接

但我没有工作我在 cmd 上收到此错误

"'adb' 不是内部或外部命令、可运行程序或批处理文件。"

4

2 回答 2

1
  1. android-sdk\tools 或 platform-tools 中的过去 apk 文件
  2. 通过控制台中的平台工具
  3. 然后输入这个命令 adb install yourapk.apk
于 2013-09-28T07:38:59.037 回答
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
于 2013-09-28T07:44:42.040 回答