Hi,
I managed to resolve the error that appeared in Eclipse, but when the emulator runs, nothing happens and the application name doesn't appear on the screen as supposed. Additionally, when I tried to debug the application, I got the following errors:
java.lang.NoClassDefFoundError: kdp/KVMDebugProxy
Exception in thread "main"
and a window appeared with the following message:
Couldn't connect to virtual machine
Debugger launch time-out exceeded
though I increased the debugger time-out as stated in the instructions. Any ideas to solve this to be able to run the application successfully?
Thanks,