Trouble Installing the new Android SDK

Posted by Dan Monego on Stack Overflow See other posts from Stack Overflow or by Dan Monego
Published on 2009-06-06T15:45:48Z Indexed on 2010/03/23 2:11 UTC
Read the original article Hit count: 356

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about android

Related posts about configuration