“could not find com_facebook_android.apk error” when running Android project

后端 未结 6 1216
谎友^
谎友^ 2021-01-13 21:36

I\'ve installed the Facebook API for Android in Eclipse, and imported the project into my Android project. My program builds perfectly fine, but when I try to run it I get

6条回答
  •  旧巷少年郎
    2021-01-13 22:20

    I am also having issues with this error and have noted that if I run eclipse as root then the error disappears. This makes me think it is a permissions issue

    So to help:

    On the com Facebook android project right click > android tool > build and export

    Then simply build the project into the bin folder of the Facebook project.

    Problem solved

提交回复
热议问题