From Fedora Project Wiki
(Created page with 'This document will guide you through the Android PDK (Product Development Kit) setup '''Tested on Fedora 13''' Required packages (make sure you have yum 3.2.28 or later install...')
 
No edit summary
Line 1: Line 1:
This document will guide you through the Android PDK (Product Development Kit) setup
This document will guide you through the Android PDK (Product Development Kit) setup


'''Tested on Fedora 13'''
{{admon/caution|Warning|The following instructions were tested only on Fedora 13 with latest stable updates (as of Aug 7, 2010)}}


Required packages (make sure you have yum 3.2.28 or later installed):
Required packages (make sure you have yum 3.2.28 or later installed):

Revision as of 11:10, 7 August 2010

This document will guide you through the Android PDK (Product Development Kit) setup

Stop (medium size).png
Warning
The following instructions were tested only on Fedora 13 with latest stable updates (as of Aug 7, 2010)

Required packages (make sure you have yum 3.2.28 or later installed):

  • Git >= 1.5.4
  • gpg
  • JDK 5.0, update 12 or higher (Java 6 not supported)
  • GCC toolchain, flex, bison-devel, gperf, SDL-devel, esound-devel, wxGTK-devel, zip, curl.

  • Install the basic toolchain: yum --setopt=group_package_types=mandatory groupinstall 'Development Tools'
  • Install Java 5: yum install java-1.5.0-gcj java-1.5.0-gcj-devel
  • Install remaining packages: yum install git SDL-devel esound-devel wxGTK-devel zip curl