i know that this problem is with libraries. In my project i want to use sign in with facebook, and i need to add facebooksdk.jar and add facebook project like library. But i get errors. I'm working in Intellij IDEA. There you can see my exceptions and project properties.
Asked
Active
Viewed 108 times
0

Kostya Khuta
- 1,846
- 6
- 26
- 48
-
Did you check http://stackoverflow.com/a/7262330/104891? – CrazyCoder Oct 30 '13 at 13:02
-
Yes, and i make somethink like this, but it did not works – Kostya Khuta Oct 30 '13 at 13:06
-
You don't need both `facebooksdk.jar` and `Facebook` modules in the dependencies. Use only module dependency. – CrazyCoder Oct 30 '13 at 13:34
-
java: package com.facebook does not exist, but i add facebook module – Kostya Khuta Oct 30 '13 at 14:19
-
but in facebook library com.facebook packuage is empty – Kostya Khuta Oct 30 '13 at 14:21
-
Facebook SDK module seems to be missing the sources configuration. Download the [sample project](ftp://ftp.intellij.net/pub/.idea/FacebookApiTest.zip) and compare it to your setup. – CrazyCoder Oct 30 '13 at 17:13