I'm developing a simple augmented reality application for Android with Unity 2018.1.4f and Vuforia, and I've been having the same problem over and over. It shows this message:
UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x0021f] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:182
at UnityEditor.BuildPlayerWindow.CallBuildMethods (Boolean askForBuildLocation, BuildOptions defaultBuildOptions) [0x00065] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:89
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
I've been looking for a solution and there is a lot of people who suggest to install the jdk1.8.0_131 version and the 25.2.5 sdk version. I've done this but at least for me, it does'nt work.
Also there is the message "Unable to convert classes into dex format. See the console for details" and I don't really know what to do.
Please, help!!!
↧