我正在使用 facebook android sdk(API 级别 8)开发 FriendPickerSample 部分(https://developers.facebook.com/docs/android/)。但是在执行之后我得到了像这样的错误,
[2014-01-27 16:50:11 - FriendPickerSample] Dx
trouble writing output: already prepared
[2014-01-27 16:50:11 - Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
[2014-01-27 16:50:11 - FriendPickerSample] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
我已经尝试了 3 个步骤:
1.添加支持库。
2.在不降级的情况下解决问题——(通过编辑清单文件)。
project.properties
3.通过在file( sdk.build.tools=targetSdkVersion
) 中再添加一行。
仍然得到同样的错误。