1

I have a problem with Android Studio under Xubuntu. I downloaded Android Studio from here and performed the steps on the site.

When I use Android Studio everything was ok, but when I close the program I can't start it again. I don't have an icon and I don't know how to start the program.

When I run studio.sh then applications begins to install Android Studio and downloads android-sdk again.

Wayne_Yux
  • 4,942

1 Answers1

0

When I run studio.sh then applications begins to install Android Studio and downloads android-sdk again.

It seems that Android Studio is unable to write its own configuration, normally in .AndroidStudio{version} folder in your home directory.

Download Android Studio package from: http://tools.android.com/download/studio/builds/android-studio-2-2-stable

let's say to on Desktop and run it using ./bin/studio.sh.

Check if problem still matters

Also close Android Studio, go to your home directory, press CTRL+H to see hidden files and delete .android and .AndroidStudio{version} folders, they would be recreated on next run