I would like suggestions on getting the Android Emulator working again for my project. It was working great earlier today, but after lunch I ran the program to debug and now have spend 3 hours trying to figure out why the emulator won't launch at all.
After running this I do get an APK and I can install it on my device. However, I would like to use the emulator for testing.
Console
[2012-10-19 19:38:08 - SA] ------------------------------
[2012-10-19 19:38:08 - SA] Android Launch!
[2012-10-19 19:38:08 - SA] adb is running normally.
[2012-10-19 19:38:08 - SA] Performing com.example.sa.MainActivity activity launch
[2012-10-19 19:38:08 - SA] Automatic Target Mode: using device '15C4000600000001'
[2012-10-19 19:38:08 - SA] Uploading SA.apk onto device '15C4000600000001'
[2012-10-19 19:38:08 - SA] Installing SA.apk...
[2012-10-19 19:38:10 - SA] Success!
[2012-10-19 19:38:10 - SA] Starting activity com.example.sa.MainActivity on device 15C4000600000001
[2012-10-19 19:38:11 - SA] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.sa/.MainActivity }
After running this I do get an APK and I can install it on my device. However, I would like to use the emulator for testing.
Console
[2012-10-19 19:38:08 - SA] ------------------------------
[2012-10-19 19:38:08 - SA] Android Launch!
[2012-10-19 19:38:08 - SA] adb is running normally.
[2012-10-19 19:38:08 - SA] Performing com.example.sa.MainActivity activity launch
[2012-10-19 19:38:08 - SA] Automatic Target Mode: using device '15C4000600000001'
[2012-10-19 19:38:08 - SA] Uploading SA.apk onto device '15C4000600000001'
[2012-10-19 19:38:08 - SA] Installing SA.apk...
[2012-10-19 19:38:10 - SA] Success!
[2012-10-19 19:38:10 - SA] Starting activity com.example.sa.MainActivity on device 15C4000600000001
[2012-10-19 19:38:11 - SA] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.sa/.MainActivity }