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

How well does Android Studio emulator work for making apps compatible with the different versions of Android?

I personally have a tablet that runs Android 4.4 but wonder how well the IDE works for developing apps for different versions of Android.

Can I be confident that if I make something that runs on Android 3, 5 or 6 and it works in the emulator, it will really work on someone else's device running Android 3, 5 or 6?

I have come across bad emulators for other uses in the past, that were inconsistent in how well they worked.

1 Answer

Hey Nathan,

If I understood you question correctly you want to know if the apps that run on the emulator also work on real android devices - the answer is: absolutely :-)

I hope that was helpful, Patrick