Friday, 22 March 2019

android - Eclipse Emulator not responding

When I run my android app on the eclipse emulator. I get



"Waiting for HOME ('android.process.acore') to be launched..." 



in the console and just a black screen (not even the android logo) in the emulator. I have been waiting for a long time, but there is no response from the emulator.



I need to test in this emulator only, because I have created a new emulator device with configuration as that of - "Motorola - Droid Turbo".



I don't know why this eclipse emulator is not working; Can anyone help me on this please??



Thanks in advance!

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 ...