From Fedora Project Wiki

No edit summary
No edit summary
Line 1: Line 1:
{{lang|en|es|page=HOWTO_Setup_Android_Development}}
{{CleanupRemainder}}
== Abstract ==
== Abstract ==
This page should provide "how-to" document about using Fedora Linux for developing applications for Android platform using Android Studio.
This page should provide "how-to" document about using Fedora Linux for developing applications for Android platform using Android Studio.
Line 8: Line 8:
== Target Fedora version ==
== Target Fedora version ==
F-20 and higher
F-20 and higher
==Installation==
Download Android Studio 1.0 from https://developer.android.com/sdk/index.html<br>
Download Android Studio 1.0 from https://developer.android.com/sdk/index.html<br>
It comes with the following:<br>
It comes with the following:<br>
Line 20: Line 22:
Open a terminal window and go to android-studio/bin<br>
Open a terminal window and go to android-studio/bin<br>
Execute the file studio.sh by running the following command<br>
Execute the file studio.sh by running the following command<br>
<pre>
sh studio.sh
sh studio.sh
</pre>

Revision as of 15:32, 6 February 2015

Clear.png
The content appearing below may require cleanup
Please improve this article if you can, and move or remove this notice if appropriate.

Abstract

This page should provide "how-to" document about using Fedora Linux for developing applications for Android platform using Android Studio.

This document will cover requirements, installation, how to build a simple application and how to use Android Emulator or real devices for testing applications.

Target Fedora version

F-20 and higher

Installation

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