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

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

    1. Check out referencing libraries instructions here:
      http://developer.android.com/guide/developing/projects/projects-eclipse.html

    2. Make sure you have the latest versions of ADT.

    3. Try to clean your project in eclipse.

    Hope this helps

提交回复
热议问题