I just barely installed Android SDK with all the requirements needed to test and develop on it, but there is one problem. Compiling and building the apps works fine, but when I press the run button. This happens.
The emulator is just a black screen with a keyboard. And this is what the log outputted:
[2012-05-28 16:04:35 - RedstoneCraft] ------------------------------
[2012-05-28 16:04:35 - RedstoneCraft] Android Launch!
[2012-05-28 16:04:35 - RedstoneCraft] adb is running normally.
[2012-05-28 16:04:35 - RedstoneCraft] Performing mx.x10.redstonecraft.app.RedstoneCraftActivity activity launch
[2012-05-28 16:04:35 - RedstoneCraft] Automatic Target Mode: launching new emulator withh compatible AVD 'Android'
[2012-05-28 16:04:35 - RedstoneCraft] Launching a new emulator with Virtual Device 'Android'
[2012-05-28 16:04:49 - RedstoneCraft] New emulator found: emulator-5554
[2012-05-28 16:04:49 - RedstoneCraft] Waiting for HOME ('android.process.acore') to be launched...
[2012-05-28 16:06:05 - RedstoneCraft] emulator-5554 disconnected! Cancelling 'mx.x10.redstonecraft.app.RedstoneCraftActivity activity launch'!
And then when it says emulator-5554 disconnected, thats when the android screen pops up but stays there until I close the emulator. I've tried everything but still no help. :(