Reputation: 101
I migrated this project from my Apple to MS Windows computer, that is when I get the red exclamation mark. I looked into the problems window and here are the errors I got:
Archive for required library: 'C:/droid/CustomCalenderAndroid/libs/._socialauth-android-2.6.jar' in project 'CustomCalenderAndroid' cannot be read or is not a valid ZIP file
and
Unable to resolve target 'android-17'
Here is what I have tried:
added the facebookSDK in libraries for this project
I checked to see if _socialauth-android-2.6.jar was present in my library, and it is indeed there. I thought of deleting it and re-adding it, but it does not give me the option:
Upvotes: 0
Views: 1386
Reputation: 11
Red exclamation mark comes if the sdk path is not set properly.For setting the path browase through the files and open the file which contains sdk.
Upvotes: 1
Reputation: 101
just found the solution: look again at that jar file:
._socialauth-android-2.6.jar
I looked at my orginal project lib's folder and there is NO file such as socialauth-android-2.6.jar being used. I therefore went into my lib folder.. and deleted this file. The . should have tipped me off that this is some kind of bogus file, it was used at one time in the project a long time ago.. but since then been deleted... yet this ghost still remained.
Upvotes: 0