fish man
fish man

Reputation: 101

red exclamation mark in android project - however it works fine on my apple

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:

enter image description here

Upvotes: 0

Views: 1386

Answers (2)

poonam vadagave
poonam vadagave

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

fish man
fish man

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

Related Questions