Trouble Installing the new Android SDK
- by Dan Monego
I've installed the newest Android SDK using eclipse's software updates feature to hit the resource at https://dl-ssl.google.com/android/eclipse/.
After installing it, it seems like the SDK is integrated into Eclipse, but when I try to create a new project with a single blank activity in it, I get the following error:
[2009-06-06 11:41:24 - TestProject] no classfiles specified
[2009-06-06 11:41:24 - TestProject] Conversion to Dalvik format failed with error 1
This is using eclipse version 3.4.2 running on top of Mac OS 10.5.7 on a 32 bit processor.
Is this a misconfiguration on my part? Have I missed a part of the installation?