Open main menu

CDOT Wiki β

Changes

Android : Install Eclipse Plugins Fedora

1,242 bytes added, 12:16, 4 March 2011
Installing the Android SDK
== Installing the Android SDK ==
<ol>
<li>You may need to install some 32 bit libraries if you're using 64 bit Fedora as I am.
<pre>
yum install glibc.i686 glibc-devel.i686 libstdc++.i686 zlib-devel.i686\
ncurses-devel.i686 libX11-devel.i686 libXrender.i686 libXrandr.i686
</pre>
<li> Download the SDK from http://developer.android.com/sdk/index.html
<li> I downloaded the file android-sdk_r10-linux_x86.tgz
<li>From the Window menu select Android ADK and AVD Manager. Then select Available Packages.
[[Image:android-4.png|right|thumb]]<br style="clear:right;" />
<li>Check the packaged you want to install. I selected
<ul>
<li>Documentation for Android SDK, API 11, revision 1
<li>SDK Platform Android 2.2, API 8, revision 2
<li>Samples for SDK API 8, revision 1
</ul>
[[Image:android-5.png|right|thumb]]<br style="clear:right;" />
<li>Click Install Selected and the download will begin.
[[Image:android-6.png|right|thumb]]<br style="clear:right;" />
<li>When the downloads complete, check the Installed Packages
[[Image:android-7.png|right|thumb]]<br style="clear:right;" />
<li>Now select Virtual Devices. You should see one Android device configured.
[[Image:android-8.png|right|thumb]]<br style="clear:right;" />
<li>Click the Edit button to verify the setup.
[[Image:android-9.png|right|thumb]]<br style="clear:right;" />
<li>You can then click on the Start button to see your Android phone in action
[[Image:android-10.png|right|thumb]]<br style="clear:right;" />
<li>Congratulations, you're now ready to develop Android applications for the 2.2 platform.
</ol>
63
edits