Failed to create Android Android device in Android Studio Setup Wizard

Hy I'm trying to install Android Studio, I'm new to this, I have the following problem: when installing Android Studio in the setup wizard at the end, the wizard will show me this error:

Installing Android SDK Tools, revision 24.0.2 Installed Android SDK Tools, revision 24.0.2 Installing Google APIs, Android API 21, revision 1 Installed Google APIs, Android API 21, revision 1 Installing Google APIs Intel x86 Atom System Image, Google Inc. API 21, revision 3 Installed Google APIs Intel x86 Atom System Image, Google Inc. API 21, revision 3 Updated ADB to support the USB devices declared in the SDK add-ons. Stopping ADB server failed (code -1). Unable to run 'adb': Cannot run program "/home/julio/Android/Sdk/platform-tools/adb": java.io.IOException: error=2, No existe el archivo o el directorio. Starting ADB server failed (code -1). Done. 9 packages installed. Android SDK is up to date. Creating Android virtual device Unable to create a virtual device: Unable to create Android virtual device 

I am running ubuntu 14.04 LTS.

However, the wizard turned on the completion button and let me create a new project, but I am worried that an error in avd may carry future errors, since I said that I am new to Android. I did some research on the Internet, but all the answers to the question about Eclipse.

what could it be?

+5
source share
1 answer

comment by @John to fix the error: Try this (I was able to fix this error) https://askubuntu.com/questions/560172/cannot-install-android-studio-on-ubuntu-error-unable-to-access-sdk

+1
source

Source: https://habr.com/ru/post/1212544/


All Articles