11-16-2012 02:36 PM
Using Eclipse to port an Android game.
I am getting an error saying:
Error:
Exception occured during launch
Reason:
Error within Debug UI
Details>>
java.lang.reflect.InvocationTargetException
I am on Windows 7, 64-bit. I have everything setup properly (ADT 20, signing keys).
I have also tried using a very simple Hello World application too.
11-16-2012 02:49 PM
Which version of eclipse are you running? It may be necessary to run a clean install of eclipse 3.8 as this appears to be an IDE issue.
11-16-2012 02:50 PM
11-16-2012 02:55 PM
11-16-2012 03:07 PM
We'll need more information to be able to determine root cause here. Could you please include the steps to reproduce your issue?
11-16-2012 03:23 PM
11-16-2012 03:44 PM
11-16-2012 04:09 PM
This is likely a connection issue between the simulator/device you are testing on and ADT. Is adb-connect able to communicate with the device, and is it available within the Run Configurations?