Hi,
I've been trying to run Dynodroid (which looks very interesting btw!!) on my laptop. I followed all the instructions on
https://code.google.com/p/dyno-droid/wiki/Deployment.
I do ant run, and before that, I make sure that there is no avd on the path specified in avd_store.
The tool seems to try to start an emulator with android-2.3.5, which is not available anymore in the SDK. The corresponding one is now android-10 (because of API 10). So I renamed the android-10 directory to android-2.3.5 and the Dynodroid seems run fine now. I also had to do some changes in the code and install other required components. But, the problem is it keeps launching and launching emulators, and after a long time nothing happens. I don't think this is the expected behavior.
Unfortunately, I didn't know about the VHD until now that I'm reading the posts in this group. I would have tried with the VHD first. But, I don't understand why it's not working in my laptop. I haven't tried the VHD yet, but after spending so much time to setting up the environment in my laptop, I was hoping I could make it work.
I have attached all the logging information I get after I run ant run.
I'm using Ubuntu 12.04.3 LTS, java version 1.6.0_24 and just download the latest version of the java SDK.
Hope you guys can help me out.
Thanks,
Claudia