Beautiful Emulator setup for Android studio application development
Hello folks, in this tutorial we will learn how to set up a beautiful emulator in Android studio.
Prerequisites
- Android SDK
- At least one platform installed in Android SDK > Platforms
- Eclipse or Android Studio
- Emulator Skin from here
Clean Skin clone this to your local machine extract it to Android SDK/Platforms/android-x/skins. (where x is your platform version number)
Click on AVD Manager Icon in Android studio to open AVD Manager.
then click on + Create Virtual Device and then click on New hardware profile.
Name your Device and scroll down to the bottom and change default skin to clean_avd_skin and click Finish.
Now Select Clean Avd Skin Device and click Next.
Now select your system image and click Next.
Verify your configuration and click Finish.
Hola, now you can start your new emulator.
Thanks for reading…