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 Build a Simple Android App (2014) Getting Started with Android Running the Fun Facts Project

Dimitri Mikadze
Dimitri Mikadze
1,230 Points

Android studio emulator not starting

Hello, i set up everything, but emulator not starting. it writes bottom

"D:\Home\Desktop\adt-bundle-windows-x86-20140702\sdk\tools\emulator.exe -avd Android442 -netspeed full -netdelay none"

There is no error in the line you pasted. Try to paste what you see in the "log cat" when you run the emulator.

2 Answers

Dimitri Mikadze
Dimitri Mikadze
1,230 Points

finally i start emulator, but now its not running app.

"Installation failed since the device possibly has stale dexed jars that don't match the current version (dexopt error). In order to proceed, you have to uninstall the existing application.

WARNING: Uninstalling will remove the application data!

Do you want to uninstall the existing application?"

when i'm clicking yes it writes "DELETE_FAILED_INTERNAL_ERROR" :(

Shariq Shaikh
Shariq Shaikh
13,945 Points

how were you able to get the emulator to start, I'm getting the same message as you are

Dimitri Mikadze
Dimitri Mikadze
1,230 Points

I figure it out, i think there was an error in code, because when i click build->clean project it starts normally. thanks

Oh okay. I am glad it is working now.