Whenever I reference the facebook SDK in my android app, I get a weird error. My project does not run, eclipse says its full of error and shows this sign on my project folder. 
There are no more error signs anywhere. Could anyone help me? I've googled everywhere and could not find any answer.
By the way, this is my error log
java.io.IOException: The filename, directory name, or volume label syntax is incorrect
at java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.io.Win32FileSystem.canonicalize(Unknown Source)
at java.io.File.getCanonicalPath(Unknown Source)
at java.io.File.getCanonicalFile(Unknown Source)
at com.android.tools.lint.detector.api.Project.<init>(Project.java:136)
at com.android.tools.lint.detector.api.Project.create(Project.java:104)
at com.android.tools.lint.client.api.LintClient.getProject(LintClient.java:377)
at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.getProject(LintDriver.java:1453)
at com.android.tools.lint.client.api.LintDriver.registerProjectFile(LintDriver.java:481)
at com.android.tools.lint.client.api.LintDriver.computeProjects(LintDriver.java:554)
at com.android.tools.lint.client.api.LintDriver.analyze(LintDriver.java:230)
at com.android.ide.eclipse.adt.internal.lint.EclipseLintRunner$CheckFileJob.run(EclipseLintRunner.java:287)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Thanks!