[android-porting] Re: copying my application package to android x86 eeepc running in vmware

2009-03-22 Thread mizmit1222
Hi, Alternatively, mount your Android virtual disk with other Linux virtual machine, such as Ubuntu VM. After installing Ubuntu VM, edit the Ubuntu.vmx file to tell your android image as second disk. It would look like this; scsi1.virtualDev = "lsilogic" scsi1:0.present = "TRUE" scsi1:0.fileName

[android-porting] Re: copying my application package to android x86 eeepc running in vmware

2009-03-22 Thread Chen Yang
You may need to set the adb target: under linux: export ADBHOST=your_vmware_target_ip under windows: set ADBHOST=your_vmware_target_ip then try to start the adb server. if you have already started the server, you need to kill it firstly by: adb kill-server If you are using NAT network in VMwar