
Would you like to be notified by email when Kunal Singh publishes a new blog?
Finally I could get Android Early SDK up and running on my Fedora Core-7 Machine.
The process was quite simple. However I had to struggle for a few days, because Fedora install the gnu version of Java and Android requires Java from Sun.
Here are the steps I had to follow:
(1) Install the eclipse IDE (if you do not have it already) with following command:
$> yum install eclipse-jdt eclipse-jdt-sdk (to be done as super user).
(2) now install the Android SDK and ADT plug-in for Eclipse using instructions from this link.
(3) Install the Java from Sun and set it as default by following instructions from this link.
(4) Now you can say Hello to Android as described in this tutorial.
posted by Kunal Singh