[android-developers] Re: I am getting an error uses-feature

2012-05-30 Thread RichardC
Missing closing quotes ( before the / ) on the following 2 lines:

  uses-feature android:name=android.hardware.sensors/ 
uses-feature android:name=android.hardware.camera/  

On Tuesday, May 29, 2012 9:29:02 PM UTC+1, Dev for life wrote:

 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

Re: [android-developers] Re: I am getting an error uses-feature

2012-05-30 Thread Jason Teagle
Missing closing quotes ( before the / ) on the following 2 lines: 

 uses-feature android:name=android.hardware.sensors/ 
   uses-feature android:name=android.hardware.camera/  


(and 


uses-feature android:name=android.hardware.touchscreen/

above those two.) 



--
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