Hello, ive gone through and downloaded the android sdk that is bundled with eclipse (simplicity), and I downloaded ALL packages in the sdk package manager.
The code has no compile killing errors, and thus appears to work... however I have been unable to test it on an AVD.
I've tried all of them with many different target api's, but no matter what I am always met with this log:
[Dolphin7-Android-Src-v.1.6] Uploading Dolphin7-Android-Src-v.1.6.apk onto device 'emulator-5554'
[Dolphin7-Android-Src-v.1.6] Installing Dolphin7-Android-Src-v.1.6.apk...
[Dolphin7-Android-Src-v.1.6] Failed to install Dolphin7-Android-Src-v.1.6.apk on device 'emulator-5554!
[Dolphin7-Android-Src-v.1.6] (null)
[Dolphin7-Android-Src-v.1.6] Launch canceled!
I know java fairly well, and have been programming a long time. But there is no error to debug here and I could really use some help. Thanks for your time.
Edit: Well I actually got this working, and its quite cool. Turns out it was an issue with my computer sucking. This simple change got me going: http://stackoverflow.com/a/8293604