Android
Setting Up For Android Development
I woke up a little before four in the morning and could not go back to sleep, so I decided to start working on a framework for hone quiz applications we talked about yesterday, tentatively known as A Quiz and Teaching Environment: a.k.a. "AquaTeen". My development came to a grinding halt because I need the sun-java6-jdk package, which I can't get until I get to the office. Even if I could connect to the Internet right now, my connection here is slow, and that package is anything but small. It would not finish downloading between now and then anyways. In the mean time, here's how I got up and running doing Android development. 1. Get the latest Java SDK. 2. Go to the Android development site and download their dev kit for your appropriate operating system. It is a zip file around fifteen megabytes in size. 3. Unzip that file to wherever you want to ...

