I want to create AR using vuforia model target and.But when i try to build on my android i got 4 bug. I will paste down below.
ARMv7 is not compatible with the ARCore version included when using the “Include ARCore Library” option in the VuforiaConfiguration. To use an older version of ARCore which supports ARMv7, please include ARCore manually in your project instead.
UnityEngine.Debug:LogError (object)
Vuforia.EditorClasses.PlayerSettingsValidationResultExtensions:Log (System.Action1,string) Vuforia.EditorClasses.PlayerSettingsValidationResultExtensions:Error (string) Vuforia.EditorClasses.PlayerSettingsValidationResultExtensions:LogHighSeverity (Vuforia.EditorClasses.PlayerSettingsValidationResult) PlayerSettingsValidationTask:Execute () BuildObserver/<>c:b__3_0 (Vuforia.EditorClasses.VuforiaLifeCycleTask) System.Collections.Generic.List
1<Vuforia.EditorClasses.VuforiaLifeCycleTask>:ForEach (System.Action`1)
BuildObserver:OnPreprocessBuild (UnityEditor.Build.Reporting.BuildReport)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Error building Player: ARMv7 is not compatible with the ARCore version included when using the “Include ARCore Library” option in the VuforiaConfiguration. To use an older version of ARCore which supports ARMv7, please include ARCore manually in your project instead.
Build completed with a result of ‘Failed’ in 0 seconds (143 ms)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002ca] in :0
at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in :0
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Anyone know how to fix this?
,Hi I want to do AR project using vuforia. n I creating Model Target. But when I try to build on my android I got error, 4 error. N not sure what the issue?
ARMv7 is not compatible with the ARCore version included when using the “Include ARCore Library” option in the VuforiaConfiguration. To use an older version of ARCore which supports ARMv7, please include ARCore manually in your project instead.
UnityEngine.Debug:LogError (object)
Vuforia.EditorClasses.PlayerSettingsValidationResultExtensions:Log (System.Action1,string) Vuforia.EditorClasses.PlayerSettingsValidationResultExtensions:Error (string) Vuforia.EditorClasses.PlayerSettingsValidationResultExtensions:LogHighSeverity (Vuforia.EditorClasses.PlayerSettingsValidationResult) PlayerSettingsValidationTask:Execute () BuildObserver/<>c:b__3_0 (Vuforia.EditorClasses.VuforiaLifeCycleTask) System.Collections.Generic.List
1<Vuforia.EditorClasses.VuforiaLifeCycleTask>:ForEach (System.Action`1)
BuildObserver:OnPreprocessBuild (UnityEditor.Build.Reporting.BuildReport)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Error building Player: ARMv7 is not compatible with the ARCore version included when using the “Include ARCore Library” option in the VuforiaConfiguration. To use an older version of ARCore which supports ARMv7, please include ARCore manually in your project instead.
Can anyone help me