I am pretty sure its simple.  Sounds like I am not declaring
android:name correctly in quotations is first the error and then what
I actually declared in the code.  Where it says android name are they
asking for android version?  or are they asking for what I declared
when I named the project on set up?

"The value of attribute "android:name" associated with an element type
"uses-feature" must not contain the '<' character."

 "<uses-feature android:name="android.hardware.location"
                        android:required="false"/>
    <uses-feature android:name="android.hardware.touchscreen/>
    <uses-feature android:name="android.hardware.telephony"/>
    <uses-feature android:name="android.hardware.wi-fi"
                        android:required="false"/>
    <uses-feature android:name="android.hardware.sensors/>
    <uses-feature android:name="android.hardware.camera/>
    <uses-feature android:name="android.hardware.camera.autofocus"
                        android:required="false"/>
    <uses-feature android:name="android.hardware.camera.flash"
                        android:required="false"/>"

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to