I’m having an issue with the Android Support Library. I’ve downloaded and it shows up in my SDK (under Extras). However, when I try to import android.support.v4.content.CursorLoader to an Activity it gives an error:
The import android.support cannot be resolved
How can I solve this issue?
You need to take the support library jar file and place it in your projects “libs” folder for it to be detected. The jar file you need is located in your SDK folder under \extras\android\support\v4 and is called “android-support-v4.jar”