如何进口android apk

时间:2014-03-30 16:33:36

标签: android

我已经发送了一个Android应用程序来测试。我将apk保存到桌面,但现在我不知道还能做什么。如何将其导入到androis工作室?我知道这是一个非常基本的问题,但请详细说明,谢谢。

2 个答案:

答案 0 :(得分:0)

连接您的Android设备(或启动模拟器),转到命令提示符,将目录更改为apk所在的位置,然后输入adb install apkname

答案 1 :(得分:0)

Please follow the below steps to install apk file.
1.First run the emulator.
2. open the  sdk specified path and find the platform tools folder.then copy the apk file and store it inside the  platform-tools folder.(G:android-sdks\platform-tools).
3.open the command prompt and change the directory to android-sdks/platform tools.
4.enter the command : adb install apkfile name.
5.if you are getting success in command prompt the apk was sucessfully installed in your emulator..