I have imported and added the facebook sdk for my android project. But in my project under gen folder, then under com.facebook.android folder I get only R.java file. Please help me to get this solved.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You have to import it into your workspace and configure it as a library ( Properties/Android/Library Is Library checked) then import it into your project under Properties/Android/Library Add the facebook project Check that the facebook project is in your build path Properties/ Java Build Path/ Projects And then you should see it under Android Dependencies |
|||
|
|
You can do it the other way round, instead of importing the facebook library just copy the entire package com.facebook.android into your project.... Thats it.... no need to import any thing..... |
|||||
|
|