I face error
No resource identifier found for attribute fontFamily in package android
in my android application , what is the problem ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are referring to a
TextView,android:fontFamilywas added in API Level 16 and will not be available on older devices. You have your Android build target (e.g., Properties > Android in Eclipse) to something older than API Level 16.