Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create Android-M Preview emulator?

I think I have installed all the system images required for android m preview, but still my emulator is showing nothing, its always blank. Please help me

enter image description hereenter image description here

After Suggestion i have downloaded the other requirements, but still its not working

enter image description here

like image 855
Abhishek Avatar asked Jun 03 '15 06:06

Abhishek


People also ask

How can I make my Android Emulator?

In the Android SDK Manager, select Tools | Manage AVDs. In the Android Virtual Device Manager, click the New button to create a new virtual device. In the Create new Android Virtual Device (AVD) dialog box, select an Android device to emulate, and enter the details describing the Android device you want to emulate.

Is preview available on Android?

Preview builds give you early access to new features in all aspects of the IDE, plus early versions of other tools such as the Android Emulator and platform SDK previews.


2 Answers

You have sufficient files to create the emulator might be you are editing the existing emulator, i suggest try to create a new emulator, and try to keep the Ram consumption lower to get better performance.

Refer from the above link you can create your new emulator by following below steps Step-1: Go to Android SDK folder and run AVD Manager. Click on Create

Note: Use default value for Max VM application heap. As Android supports variety of displays, you can explore with different devices by selecting in Device: dropdown

Step-2: Select the virtual device which you just now created and click Start

Step-3: Do not make any change under Launch Options and click on Launch button

Step-4: Emulator will start a few Command Prompt windows flicker. You should now see the following screen, with the Android device booting up, which will take about five minutes

Step-5: You should now see a screen saying Emulator has been successfully installed

Your Windows/Mac PC should now be ready to get started with the Developer Preview.

like image 193
Ankit Khare Avatar answered Oct 20 '22 18:10

Ankit Khare


Go to Android SDK manager you need to download the Android m preview section.Then follow these steps

Step 1: Run AVD Manager and click on Create.

Note : Select a small resolution screen if your RAM is low.It will be a plus in case of performance part.

Step 2:Enter the Ram value to 1Gb if your system(Computer)RAM is about 4gb or RAM value as 2gb your system(Computer)RAM is about 6gb or 8gb.

Step 3:Select the device which you created now, press Start and select Launch Button.

Step 4:You should get a alert box showing that Successfully installed.

Step 5:An android device with android device booting up screen will be appeared and it will take time depending upon the RAM you allocated at the time of creating the Android Device in AVD.

NOTEmake sure not to run too many another programs while you trying to launch or using the emulator.(make sure the IDE is uptodate)

Happy Android M Preview....

like image 32
Amaresh Jana Avatar answered Oct 20 '22 17:10

Amaresh Jana