I had the same problem. Some other group had the solution, maybe
it'll help you too.
Remove the following code from the manifest file:
android:versionCode="1"
android:versionName="1.0.0"
These attributes are new to SDK version 1.0 and you must have got
0.9.
I wasn't able to get version 1.0 using Eclipse software update
process.
Hope it helps.
On Sep 23, 1:59 pm, bsnelson <[EMAIL PROTECTED]> wrote:
> I'm using Eclipse 3.4 with the Android SDK, and I'm trying to run the
> "Hello, Android" sample. I made the changes to my HelloAndroid.java
> (and checked it several times), but I keep getting two errors when I
> try to build:
>
> ERROR No resource identifier found for attribute 'versionCode' in
> package 'android'
> ERROR No resource identifier found for attribute 'versionName' in
> package 'android'
>
> I'm a twenty year veteran in software development, but I'm new to
> Java, Android and Eclipse. Anyone care to help out a dummy?
>
> Thanks,
>
> Brad
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---