android emulator

-1

When I run the application my emulator does not show the components to test:

    
asked by anonymous 27.09.2017 / 04:29

1 answer

2

The message says:

  Running an x86 based android virtual device (AVD) is 10x faster. We   strongly recommended to create new AVD.

A direct translation would be:

  

Running an Android (AVD) x86 virtual device is 10x more   fast. We strongly recommend creating a new AVD.

For you to accomplish what IDE indicates, you would have to create a new AVD to emulate your application. Enter the Android SDK Manager and verify that this package is already installed along with your API and in Extras. Here's an example:

Ifthepackageisnotinstalled,installitandcreateanewAVDwiththeindicatedspecifications.

AsyouareusingWindows,here'sanexampleofanIntelAtom/x86ABICPU:

    
27.09.2017 / 04:43