问答详情
源自:4-2 编译生成Android APK文件

无法导出apk文件,提示信息如下,请问怎么解决?

OnLevelWasLoaded was found on VuforiaAbstractBehaviour

This message has been deprecated and will be removed in a later version of Unity.

Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed

Compressed texture pikachu_1_2 is used as icon. This might compromise visual quality of the final image. Uncompressed format might be considered as better import option.

UnityEditor.HostView:OnGUI()

Setting platform to 'Editor' for plugin: Assets/Plugins/x64/VuforiaWrapper.dll

UnityEngine.Debug:Log(Object)

Vuforia.EditorClasses.ExtensionImport:UpdatePluginSettings() (at Assets/Vuforia/Editor/Scripts/ExtensionImport.cs:44)

UnityEditor.EditorApplication:Internal_CallUpdateFunctions()




Assets/Vuforia/Scripts/Utilities/VRIntegrationHelper.cs(100,30): warning CS0618: `UnityEngine.Camera.SetStereoProjectionMatrices(UnityEngine.Matrix4x4, UnityEngine.Matrix4x4)' is obsolete: `SetStereoProjectionMatrices is deprecated. Use SetStereoProjectionMatrix(StereoscopicEye eye) instead.'


提问者:Sumwind 2018-02-06 11:33

个回答

  • 慕虎5505373
    2018-02-08 12:36:45
    已采纳

    jdk版本太高,unity现在还不支持jdk9.0以上的版本,去下个jdk1.8的吧

  • 慕粉1469540542
    2018-06-22 15:28:20

    我的JDK是1.8的也出这个问题。这是为什么?