From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
<li>Android 5.0 emulator system image with Google APIs</li> | <li>Android 5.0 emulator system image with Google APIs</li> | ||
</ul> | </ul> | ||
After you have downloaded the android-studio-bundle.tgz file from the above source, unpack the file to an appropriate location. | After you have downloaded the android-studio-bundle.tgz file from the above source, unpack the file to an appropriate location.<br> | ||
Suppose it has been unpacked to some location ~/android-studio<br> | |||
Open a terminal window and go to android-studio/bin<br> | |||
Execute the file studio.sh by running the following command<br> | |||
sh studio.sh |
Revision as of 19:59, 5 February 2015
Download Android Studio 1.0 from https://developer.android.com/sdk/index.html
It comes with the following:
- Android Studio IDE
- Android SDK tools
- Android 5.0 (Lollipop) Platform
- Android 5.0 emulator system image with Google APIs
After you have downloaded the android-studio-bundle.tgz file from the above source, unpack the file to an appropriate location.
Suppose it has been unpacked to some location ~/android-studio
Open a terminal window and go to android-studio/bin
Execute the file studio.sh by running the following command
sh studio.sh