I am working with Android API 17
on eclipse Indigo
. I have cloned the faccebook sdk
from github
and done the facebook library project set up using the source project provided in the fb sdk.
Now I'm trying to include this library project in my android demo project. I have added it under Project properties->Android->Library
section. Im seeing green color tick mark infront of the added library.
Also, i have added the same in the Project properties->Java build path->Projects
.
build is successful. but when i try to install on my AVD, im getting the error, E/AndroidRuntime(748): java.lang.NoClassDefFoundError: com.facebook.android.Facebook
Can anybody plz help me how to fix this issue.
---- EDIT ------ One more thing I have observed is, when i opened Project properties->Android window, the green tick mark is not displaying under Library section, instead I'm seeing red cross mark.
Any ideas?
Thanks, Venkat Papana