Android emulator Lollipop Nexus S won't launch app

This is the first time I am trying to run an application in lollipop.

There was no mistake in it. But it loads the emulator continuously. Below I have posted a relevant screenshot and encoding related to my problem.

In project-> properties-> Build Target:

enter image description here

Then in my manifest

 <uses-sdk
        android:minSdkVersion="16"
        android:targetSdkVersion="21" />

      

Android Sdk Manager:

enter image description here

enter image description here

Change Android Virtual Device (AVD):

enter image description here

Note: In this screenshot, it looks like I've already triedUse GPU Host

Output:

Finally, my emulator is always loading. I have been waiting for almost 35 minutes.

enter image description here

Console:

[2015-01-06 09:53:17 - Steve] Android Launch!
[2015-01-06 09:53:17 - Steve] adb is running normally.
[2015-01-06 09:53:17 - Steve] Performing com.android.steve.MainActivity activity launch
[2015-01-06 09:53:17 - Steve] Automatic Target Mode: Preferred AVD 'Lollipops' is not available. Launching new emulator.
[2015-01-06 09:53:17 - Steve] Launching a new emulator with Virtual Device 'Lollipops'
[2015-01-06 09:53:30 - Emulator] emulator: warning: opening audio input failed
[2015-01-06 09:53:30 - Emulator] 
[2015-01-06 09:53:31 - Emulator] creating window 0 0 438 729
[2015-01-06 09:53:31 - Emulator] emulator: emulator window was out of view and was recentered
[2015-01-06 09:53:31 - Emulator] 
[2015-01-06 09:53:31 - Steve] New emulator found: emulator-5554
[2015-01-06 09:53:31 - Steve] Waiting for HOME ('android.process.acore') to be launched...

      

I tried to restart Eclipse and clean the project. Finally, I tried using Nexus 5

. Nothing has worked for me yet. Anyone can give me some suggestion regarding this. Thank.

+3


source to share


1 answer


Try using Genymotion

To install the Genymotion plugin for Eclipse:



In Eclipse, open Help> Install New Software and click Add. Fill in the fields named Genymotion and named plugins.genymotion.com / .... Under Genymobile, check Genymotion and Genymotion Eclipse Tools and follow the steps given by Eclipse.

Note: Genymotion Lollipop version works great if the system configuration is good, for example 6 - 8 GB RAM, high speed processor. for a computer with a low setting it just shows a boot screen (image per question).

+3


source







All Articles