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.img" Then mount /dev/sdb1 on Ubuntu and copy your-application.apk file to /mnt/data/app-private or /mnt/data/app. Hope this helps a bit. On 3月23日, 午前1:48, Chen Yang <[email protected]> wrote: > 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 VMware, your target may only be > reachable to the host. > hope it helps! > -- > Chen > > On Mon, Mar 23, 2009 at 12:01 AM, Brian <[email protected]> wrote: > > > I'm trying to copy my dalvik application package to android x86 eeepc > > running in vmware. > > adb does not detect any device. I cannot use adb push. > > > How can I copy my dalvik application package located in my os to > > android x86 running in vmware? > > > Thanks, > > Brian --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
