Android Development Quirks

It’s been a while since I ran Tip On Discount with the Android SDK, so I loaded up a fresh copy of Eclipse and the SDKs. The project had all kinds of issues locating the Android libraries. The fix is to make sure project properties has the Android build set correctly, then run Android Tools -> Fix Project Properties, then Refresh the project.

After that, the project built, but when I tried to run it in an AVD, Eclipse complained my project had errors, though there were none. The cause of that was an old configuration in ~/.android. Deleting that directory try fixed the problem.