Android : Install Eclipse Plugins Fedora

From CDOT Wiki
Revision as of 10:18, 4 March 2011 by Selmys (talk | contribs) (Created page with '== Installing Android Development Tools on Fedora x86_64 == For Android developent on Fedora you'll need the following: # Eclipse # Android Eclipse Plugin # Android Software Deve…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Installing Android Development Tools on Fedora x86_64

For Android developent on Fedora you'll need the following:

  1. Eclipse
  2. Android Eclipse Plugin
  3. Android Software Development Kit

Installing Eclipse onto Fedora 14 - X86_64

  1. Start with a clean install of Fedora 14, preferably from a live CD. For my examples I used the 64 bit edition.
  2. When the install is complete, open a terminal window and run yum update to bring your system up to date. You may have to reboot once this is done.
  3. Install Eclipse (Helios 3.6.1) with the command yum groupinstall "Fedora Eclipse".
  4. That's it! You can now use Eclipse to build C, C++ or Java programs.

Installing the Android Eclipse Plugin