Open main menu

CDOT Wiki β

Changes

Android : Install Eclipse Plugins Fedora

2,114 bytes added, 12:16, 4 March 2011
Installing the Android SDK
<li> Check the box for Developer Tools
[[Image:android-2.png|right|thumb]]<br style="clear:right;" />
<li>Once you review what will be downloaded, you'll need to check the box next to Accept the License then click Finish. Downloading of the plugin should start.<li>When the download completes you'll need to restart Eclipse.</ol>== 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> Unarchive the file using "tar xvzf android-sdk_r10-linux_x86.tgz"<li> You now have a directory named android-sdk-linux_x86/<li> Start Eclipse and from the Window menu select Preferences<li> Select Android and enter the location of your SDK and click Ok[[Image:android-3.png|right|thumb]]<br style="clear:right;" /><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