Thursday 16 November 2017

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

itemprop="text">

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!



Answer




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




No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...