Seem doesn't get Facebook SDK resource when using Facebook Android SDK in IntelliJ IDEA 12

前端 未结 4 2157
轻奢々
轻奢々 2020-12-08 12:49

According to the article Add facebook SDK to IntelliJ Android project?, I choose to add the \"facebook.jar\" file as a Module in the \"Dependencies<

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-08 12:57

    i had same problem but i'm using eclipse so my steps to solve this problem using eclipse :

    1-in eclipse after you import facebook sdk to your workspace right click on FacebookSDk library then chose properties or press Alt + enter 2 - chose "java build path" from leth then go to Libraries Tab

    enter image description here


    3- click "add external jars" then go to facebook sdk path or location chose libs folder add android-support-v4 file and bolts file
    now you done you are happy


    i hope this halps

提交回复
热议问题