Monday, July 4, 2011

[android-developers] "android:required" failing when building for api level 4

Hi,

I'm trying to install my application on a Archos 43 internet tablet.
It failed with a INSTALL_FAILED_MISSING_FEATURE error.

Searching in the forums, i saw a topic saying that we would have to
change the uses-feature setting the required to false.

When i put this line:

<uses-feature android:name="android.hardware.camera"
android:required="false" />

and compile, i get this error:

error: No resource identifier found for attribute 'required' in
package 'android'

Any help is appreciated

thanks

guich

Ps:
[setup] Android SDK Tools Revision 10
[setup] Project Target: Android 1.6
[setup] API level: 4

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment