Reputation: 340
I was using windows 10 and I have SDK stored on D:/android/android-sdk and I switching to Ubuntu 14.04.3 LTS and I insalled android studio 1.5 and I set the path of SDK /media/usr/partition-name/ANDROID/android-sdk
and I have a problem message ProcessNotCreatedException: Cannot run program "/media/usr/partition-name/ANDROID/android-sdk"
Upvotes: 0
Views: 618
Reputation: 19351
You must download Android SDK for Linux, not for Windows ;-)
It's strange that Android Studio didn't ask you about installing SDK libs - it's integrated with this IDE.
Do not use media
or local
path. Please unpack it in your local directory: home/your_name/
If you have any question, please free to ask
Upvotes: 1