我在使用facebook unity sdk为
android编译统一时遇到此错误(如果我删除它编译好的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.
谁能帮我?