From Fedora Project Wiki

< User:Lvillani

Revision as of 11:08, 7 August 2010 by Lvillani (talk | contribs) (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...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 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