I have looked around the web and tried to follow the official instructions (http://developer.android.com/sdk/index.html) but the file I am meant to run called "Studio.sh" wont run? Thanks.
Asked
Active
Viewed 1.2k times
4
-
Why won't the file run? Doesn't it give you an error or something? – John Scott Jan 03 '15 at 23:34
1 Answers
0
The first time you run studio.sh
do it using the terminal and not by double-clicking. (e.g. ./<path>/android-studio/bin/studio.sh
)
After it opens, you can go to Configure-->Create Desktop Entry to have a permanent shortcut to the application that you can use from there on.

Daniel
- 3,980
- 4
- 29
- 36