- Home /
MissingMethodException: get_vuforiaEnabled()
Hey there, I'm currently messing around with mobile development. I'm currently working in 2019.3.7f1 with the Android SDK & JDK installed. I'm currently in an empty project and I'm getting the following errors.
UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002bb] in <78f1ad0f25c84e3ca853e639f50d95f5>:0
at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in <78f1ad0f25c84e3ca853e639f50d95f5>:0
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
MissingMethodException: bool UnityEditor.PlayerSettings.get_vuforiaEnabled()
UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context) (at <502f1b7df2d7430696af84c6f02852ed>:0)
UnityEditor.Android.PostProcessAndroidPlayer.PostProcess (UnityEditor.BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, UnityEditor.BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry, UnityEditor.Build.Reporting.BuildReport report) (at <502f1b7df2d7430696af84c6f02852ed>:0)
UnityEditor.Android.AndroidBuildPostprocessor.PostProcess (UnityEditor.Modules.BuildPostProcessArgs args, UnityEditor.BuildProperties& outProperties) (at <502f1b7df2d7430696af84c6f02852ed>:0)
UnityEditor.PostprocessBuildPlayer.Postprocess (UnityEditor.BuildTargetGroup targetGroup, UnityEditor.BuildTarget target, System.String installPath, System.String companyName, System.String productName, System.Int32 width, System.Int32 height, UnityEditor.BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry, UnityEditor.Build.Reporting.BuildReport report) (at <78f1ad0f25c84e3ca853e639f50d95f5>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Answer by elmagua90 · Apr 28, 2020 at 01:46 PM
I am having exactly the same problem. I haven't found any answer for this problem yet in the forum.
Answer by iamsabbir · Jun 02, 2020 at 02:41 PM
same problem . UnityEditor.PlayerSettings.get_vuforiaEnabled ......can't find solution
To another version of Unity For example 2019.2.9 Use "UnitySetup-Android-Support-for-Editor.exe" When I add it later 2019.3.7f1 may have been overwritten by 2019.2.9.
Answer by BladeSides · Jun 18, 2020 at 10:26 AM
It seems like you have conflicting versions of Unity's Android Build Export and SDK installed. I would recommend reinstalling Unity and/or the SDK & JDK.