android – Facebook Unity sdk错误

前端之家收集整理的这篇文章主要介绍了android – Facebook Unity sdk错误前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在使用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.

谁能帮我?

解决方法

我从昨天开始和整个上午花在研究之后得到了同样的错误.我发现它是由最新的Android API版本21引起的.之后我通过删除SDK管理器中的所有API版本21软件包恢复到Android API版本20,一切恢复正常.希望能帮助到你.
原文链接:https://www.f2er.com/android/315024.html

猜你在找的Android相关文章