Android Studio Path (ANDROID-HOME) not able to set?
Are you trying to imort studio
project into Android studio
or eclipse
project into Android studio
.?
Try to set up your ANDROID_HOME
as studio asking you. ( export ANDROID_HOME="PATh to your SDK folder"
) and run studio form this console.
Or you can try to configure in within Android Studio
(File->Project Structure->Android SDK
) And then you should set the proper SDK
path.