我使用android-bundle中的eclipse ADT创建了一个android项目,并生成了apk。我在运行Windows XP的计算机上下载并安装了集成Oracle Virtualbox的Genymotion。如何使用Genymotion运行我的应用程序?
答案 0 :(得分:4)
如果您有一个运行ADB的genymotion模拟器,它将检测到它,并为您提供从eclipse直接安装它的选项。另一个选择是通过终端安装它:
adb install myapk.apk
在从终端使用adb之前,请记住设置ANDROID_HOME,并将ANDROID_HOME / platform-tools添加到路径中。希望这有帮助
答案 1 :(得分:2)
如果你有APK而不是只是拖放到Genymotion模拟器默认情况下存储
/sdcard/download
(其 toast 商店文件的位置)转到那里并手动安装您的APK
你也可以把任何文件放在APK :)
这是eclipse http://plugins.genymotion.com/eclipse
答案 2 :(得分:0)
要将应用程序部署到虚拟设备,请使用以下任一方法:
Drag and drop the application APK file into the virtual device window.
Run the following command: adb install <application name>.apk.
Download and install the application directly from the virtual device using a web link.