I’m trying to import ACL Fragment packages into Fragment tutorial project for API 4 in Eclipse, but get red underline error indication (see image):
I’ve ran Eclipse update and have installed these packages in AVD (see image):
What am I missing?
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.
You need to add
android-support-v4.jarto you project. You can find this jar atyoursdkpath/extras/android/compatibility/v4/.Referring to Using Fragment of Android Compatibility Package may help you.