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

后端 未结 6 1239
谎友^
谎友^ 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:23

    Probably you added the reference to the Java project in the "Java Build Path" but it's the wrong place.

    From the Android guide:

    To add a reference to a library project, follow these steps:

    • In the Package Explorer, right-click the dependent project and select Properties.
    • In the Properties window, select the "Android" properties group at left and locate the Library properties at right.
    • Click Add to open the Project Selection dialog.
    • From the list of available library projects, select a project and click OK.
    • When the dialog closes, click Apply in the Properties window.
    • Click OK to close the Properties window

    This resolved my problem.

提交回复
热议问题