From Fedora Project Wiki

No edit summary
No edit summary
Line 10: Line 10:
== Requirements ==
== Requirements ==
* Eclipse IDE
* Eclipse IDE
yum install eclipse-jdt
yum install eclipse-jdt
* Android SDK
* Android SDK
Download SDK from page
[http://developer.android.com/sdk/index.html http://developer.android.com]
* ADT plugin for Eclipse
**Start Eclipse, then select Help > Install New Software.
**In the Available Software dialog, click Add....
**In the Add Site dialog that appears, enter a name for the remote site (for example, "Android Plugin") in the "Name" field. In the "Location" field, enter this URL:
<nowiki>https://dl-ssl.google.com/android/eclipse/</nowiki>
Note: If you have trouble acquiring the plugin, you can try using "http" in the URL, instead of "https" (https is preferred for security reasons).Click OK.
**Back in the Available Software view, you should now see "Developer Tools" added to the list. Select the checkbox next to Developer Tools, which will automatically select the nested tools Android DDMS and Android Development Tools. Click Next.
**In the resulting Install Details dialog, the Android DDMS and Android Development Tools features are listed. Click Next to read and accept the license agreement and install any dependencies, then click Finish.
**Restart Eclipse.


== Install Android SDK into Eclipse ==
== Install Android SDK into Eclipse ==
Line 18: Line 31:


== Android Emulator ==
== Android Emulator ==
--[[User:Hpejakle|Hpejakle]] 20:40, 24 March 2010 (UTC)

Revision as of 20:40, 24 March 2010

This is placeholder for documentation about Fedora used as Android development box


Abstract

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

This document will cover requirements, steps how to go from source code till final application and how to use Android Emulator for testing of application.

Requirements

  • Eclipse IDE
yum install eclipse-jdt
  • Android SDK

Download SDK from page

http://developer.android.com
  • ADT plugin for Eclipse
    • Start Eclipse, then select Help > Install New Software.
    • In the Available Software dialog, click Add....
    • In the Add Site dialog that appears, enter a name for the remote site (for example, "Android Plugin") in the "Name" field. In the "Location" field, enter this URL:
https://dl-ssl.google.com/android/eclipse/ 

Note: If you have trouble acquiring the plugin, you can try using "http" in the URL, instead of "https" (https is preferred for security reasons).Click OK.

    • Back in the Available Software view, you should now see "Developer Tools" added to the list. Select the checkbox next to Developer Tools, which will automatically select the nested tools Android DDMS and Android Development Tools. Click Next.
    • In the resulting Install Details dialog, the Android DDMS and Android Development Tools features are listed. Click Next to read and accept the license agreement and install any dependencies, then click Finish.
    • Restart Eclipse.


Install Android SDK into Eclipse

Hello Fedora

Android Emulator

--Hpejakle 20:40, 24 March 2010 (UTC)