Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android with Eclipse - Waiting for HOME ('android.process.acore') to be launched?

When I try to run the Hello World app with Eclipse, the Console shows "Waiting for HOME ('android.process.acore') to be launched...", but even if I wait for half an hour, nothing happens except for the emulator showing the "Android"-logo on a black background. The same happens when I try to start the emulator directly via AVD Manager. The PATH variable is set correctly, I've installed the newest versions of both eclipse and the Android SDK.

What could possibly be the reason for this to happen?

Thanks!

like image 991
vauge Avatar asked Oct 09 '12 12:10

vauge


2 Answers

Problem is in SD Card follow this steps,

1) Select Window option from eclipse menubar

2) Goto AVD Manager and select the emulator (which got probs after started).

3) After selecting Emulator, click Edit button which is on your right hand side of the AVD Manager

4) Goto SD Card Size give 128 and then click 'Edit AVD' option down

5) And restart your emulator

like image 199
RajeshVijayakumar Avatar answered Nov 06 '22 16:11

RajeshVijayakumar


It worked for me when I selected 'Use Host GPU' option under 'Emulation Options:'.

You can find the option under Edit window of the virtual device.

enter image description here

like image 40
Manoj Shrestha Avatar answered Nov 06 '22 17:11

Manoj Shrestha