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

Failed to install FunFacts.apk on device 'emulator-5554!

I'm using eclipse and when I'm Running my blank project then "Failed to install FunFacts.apk on device 'emulator-5554!"- this message is showing but my emulator is opening . What can I do ?

3 Answers

Thale van der Sluijs
Thale van der Sluijs
1,756 Points

Hi Rangan Roy,

Maybe you have to make a new emulator. Try this: AVD manager --> + Create virtual device --> Choose Nexus 5 --> Next --> Next --> (Choose a name -->) Finish. Now you have the new emulator. Now we need to run it. Run button --> choose your new made device --> run it. Now it should work. I hope it did

Greetings Thale van der Sluijs

My emulator is running but my app is not showing there ...

Yeah . But first time it ran properly after that it's running but app is not coming ...

Thale van der Sluijs
Thale van der Sluijs
1,756 Points

Probably the project you are running is not compatible (API version/Hardware requirements) with the emulator settings. Check in your build.gradle file if the targetSDK and minimumSdk version is lower or equal to the sdk version of your Emulator.

You should also uncheck Tools > Android > Enable ADB Integration

Thale van der Sluijs

Can I download the emulator separately and do my works on it ?