mongd wrote: > I made a new android project with Eclipse and while I was trying to > use AAPT on that project, I got the following errors. > > res/layout/main.xml:2: ERROR No resource identifier found for > attribute 'orientation' in package 'android' > res/layout/main.xml:2: ERROR No resource identifier found for > attribute 'layout_width' in package 'android' > res/layout/main.xml:2: ERROR No resource identifier found for > attribute 'layout_height' in package 'android' > res/layout/main.xml:7: ERROR No resource identifier found for > attribute 'layout_width' in package 'android' > res/layout/main.xml:7: ERROR No resource identifier found for > attribute 'layout_height' in package 'android' > res/layout/main.xml:7: ERROR No resource identifier found for > attribute 'text' in package 'android' > res/layout/main.xml:7: ERROR Error: Resource is not public. (at 'text' > with value '@string/hello'). > AndroidManifest.xml:2: ERROR No resource identifier found for > attribute 'versionCode' in package 'android' > AndroidManifest.xml:2: ERROR No resource identifier found for > attribute 'versionName' in package 'android' > ... > > I found some similar article in this community, but there was no > answer. > > My working environment is Ubuntu 8.04 with Android SDK 1.5.
Have you tried your code on a supported SDK, such as 1.1r1? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

