Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Emulator Does Not Load Crystal Ball App

Emulator loads with date and time and black background, but not Crystal Ball App saying "The answer is YES".

Text within Console box:

[2013-10-29 14:11:39 - CrystalBall] ------------------------------
[2013-10-29 14:11:39 - CrystalBall] Android Launch!
[2013-10-29 14:11:39 - CrystalBall] adb is running normally.
[2013-10-29 14:11:39 - CrystalBall] Performing com.example.crystalball.MainActivity activity launch
[2013-10-29 14:11:39 - CrystalBall] Automatic Target Mode: launching new emulator with compatible AVD 'avd1'
[2013-10-29 14:11:39 - CrystalBall] Launching a new emulator with Virtual Device 'avd1'
[2013-10-29 14:11:44 - Emulator] Failed to create Context 0x3005
[2013-10-29 14:11:44 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2013-10-29 14:11:44 - CrystalBall] New emulator found: emulator-5554
[2013-10-29 14:11:44 - CrystalBall] Waiting for HOME ('android.process.acore') to be launched...
[2013-10-29 14:12:46 - CrystalBall] HOME is up on device 'emulator-5554'
[2013-10-29 14:12:46 - CrystalBall] Uploading CrystalBall.apk onto device 'emulator-5554'
[2013-10-29 14:12:49 - CrystalBall] Installing CrystalBall.apk...
[2013-10-29 14:14:13 - CrystalBall] Success!
[2013-10-29 14:14:13 - CrystalBall] Starting activity com.example.crystalball.MainActivity on device emulator-5554
[2013-10-29 14:14:16 - CrystalBall] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.crystalball/.MainActivity }

1 Answer

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

Sorry for my late reply here...just cleaning up old unanswered posts. If anyone else comes across this problem, try one of the following:

  1. If the lock is showing on the screen, click on it, hold down the mouse button, and drag to unlock like on a real device.
  2. Restart Eclipse and the emulator
  3. Check out Genymotion as an alternative to the default emulator.