Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Setup Wizard - Create Android virtual device

I'm using Apple Mac OS X El Capitan and while trying to install Android Studio 2.0, I encounter following error:

Unable to create a virtual device: Missing system image required for an AVD setup

Unfortunately while Android Studio Setup tried to Creating Android virtual device, it failed and without ability to retry(

How do I complete failed step outside of that Android Studio Setup Wizard?

like image 552
alexus Avatar asked Apr 08 '16 02:04

alexus


People also ask

How can I use my phone as a virtual device in Android Studio?

In the Android Studio toolbar, select your app from the run configurations drop-down menu. From the target device drop-down menu, select the device that you want to run your app on. Select Run ▷. This will launch the Android Emulator.

How do I create a device emulator?

To create an Android emulator on your system, follow these steps: Start the Android SDK Manager (select Start | All Programs | Embarcadero RAD Studio | Android Tools). 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.

Is Android Virtual Device Necessary?

Why Android Virtual Device? We need it during the development of an Android Project or Application. Since it provides a virtual representation of an application, it helps us to run our application on itself. It is required to ensure that our app works correctly.


1 Answers

once after installing of android-studio is finished, update your sdk through sdk manager to the latest available by selecting both the android sdk tools and Extras in check lisk.

like image 85
Kasun Siyambalapitiya Avatar answered Oct 05 '22 08:10

Kasun Siyambalapitiya