【发布时间】:2012-04-25 07:51:27
【问题描述】:
我正在我的 Android 项目中运行构建目标,但它在控制台日志中失败:
-setup:
[echo] Creating output directories if needed...
[echo] Gathering info for MyGameProject...
[setup] Android SDK Tools Revision 19
[setup] Project Target: Android 2.2
[setup] API level: 8
[setup]
[setup] ------------------
[setup] Resolving library dependencies:
[setup] E:\Android\workspace\MyGameProject: ../../facebook-android-sdk/facebook => E:\Android\facebook-android-sdk\facebook
[setup] ------------------
[setup] Ordered libraries:
[setup] E:\Android\facebook-android-sdk\facebook
[setup] ------------------
[setup] API<=15: Adding annotations.jar to the classpath.
[setup] ------------------
-build-setup:
[echo] Building Libraries
BUILD FAILED
E:\Android\workspace\MyGameProject\build.xml:51: The following error occurred while executing this line:
C:\Android\android-sdk-windows\tools\ant\build.xml:515: The following error occurred while executing this line:
Target "${build.target}" does not exist in the project "facebook".
有人知道怎么解决吗?
【问题讨论】:
-
你能显示清单代码吗?您使用什么库进行 Facebook 集成?
-
你也更新了facebook库项目吗?
标签: android eclipse facebook build