The setup:
I have VBox 4.3.6 on a Win7 host running a Win7 guest. On that guest, I've downloaded and extracted the Android ADT bundle (from developer.android dot com).
Expected behavior:
If I manually invoke (that is, browse through Windows and double click) the ADT Eclipse, then select File > Import > Android > Existing code, then click browse, then everything works exactly like it's supposed to -- in particular, the browse dialog works. Screenshot: i.imgur dot com/7mDVNrW.png.
The unexpected result:
But if I invoke the ADT Eclipse through guestcontrol:
Code: Select all
"C:\Program Files\Oracle\VirtualBox\VBoxManage" guestcontrol "Win7_x64_Enterprise" exec --image "C:\Users\Developer\Android\adt-bundle-windows-x86_64\eclipse\eclipse.exe" --username Developer --password developer --timeout 14400000 --wait-exit
This happens consistently. Does anyone have any thoughts? Is there any additional information I can provide to help figure this out?