【发布时间】:2014-12-17 09:56:56
【问题描述】:
使用 facebook unity sdk 为 android 编译 unity 时出现此错误(如果我删除 sdk,它编译正常):
Failed to compile resources with the following parameters:
-bootclasspath "/Users/ines/Development/android-sdk-macosx/platforms/android-21/android.jar" -d "/Users/ines/Documents/Game/Temp/StagingArea/bin/classes" -source 1.6 -target 1.6 -encoding UTF-8 "com/RPS/Game/R.java" "com/facebook/android/R.java"
warning: java/lang/Object.class(java/lang:Object.class): major version 51 is newer than 50, the highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
1 warning
UnityEditor.HostView:OnGUI()
我不明白为什么会这样。我在 OSX 10.9.5 上运行 Unity 4.6,并且安装了最新版本的 Java 以及 android skd。
谁能帮帮我?
【问题讨论】:
-
你能解决这个问题吗?
标签: android facebook unity3d facebook-unity-sdk