且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Eclipse中虚框机器人仿真

更新时间:2023-11-19 10:32:22

  1. preSS 替代骨节病> + F1 骨节病>键入加上netcfg 记下IP地址和preSS 替代骨节病> + F7 骨节病>。
  2. 运行 ADB连接< virtual_machine_ip> 在你的主机上的终端

您应看到设备ADT,并能够在其上运行的应用程序。

编辑:这将工作,如果你设置为使用桥接或仅主机适配器:为NAT,必须设置端口转发第一:

  1. cd到Windows上的VirtualBox的文件夹(C:/ Program Files文件/甲骨文/ VirtualBox的)
  2. 设置了通过命令行端口转发规则,如下所示: VBoxManage modifyvm< name_of_your_android_vm> --natpf1亚洲开发银行,TCP,*,5555 *,5555
  3. 运行你的虚拟机
  4. 连接到您的虚拟机键入 ADB连接本地主机:5555
  5. 在Eclipse中启动应用程序,您将看到本地主机:5555作为一个可用的AVD

I have android running on virtualbox, to use it as a second cell phone with an bluetooth usb stick, to connect it with a real device.

I have 2 Questions:

  1. Is it possible to get access with DDMS in eclipse like the real device to the virtual box version?

  2. How can i install in .apk package on the virtual box android?

I hope somoeone can help me.

Thanks!

  1. Press Alt+F1, type netcfg write down the IP address and press Alt+F7.
  2. Run adb connect <virtual_machine_ip> in terminal on your host machine.

You should then see the device in ADT and be able to run your applications on it.

Edit: This will work if you are set up to use bridged or host-only adapters: for NAT you must set up port forwarding first:

  1. cd to your VirtualBox folder on Windows: (C:/Program Files/Oracle/VirtualBox)
  2. set up a port forwarding rule via command line like so: VBoxManage modifyvm <name_of_your_android_vm> --natpf1 adb,tcp,*,5555,*,5555
  3. Run your vm
  4. Connect to your VM by typing adb connect localhost:5555
  5. Launch your application in Eclipse and you will see localhost:5555 as an available AVD