I have tried so many things to get Android to build but I cant get any output .apk file.
I am using Unity 2017.3.0f3 and I want to build the Simple Mobile Placeholder project
When I run the sdk manager and manually install API level 23, I also check the SDK location and ensure that Unity’s preferences>external tools>SDK location match.
I get this error:
ArgumentException: The Assembly UnityEngine.UnityAnalyticsModule is referenced by UnityEngine.StandardEvents (‘Packages/com.unity.standardevents@1.0.10/UnityEngine.StandardEvents.dll’). But the dll is not allowed to be included or could not be found.
UnityEditor.AssemblyHelper.AddReferencedAssembliesRecurse (System.String assemblyPath, System.Collections.Generic.List1 alreadyFoundAssemblies, System.String[ ] allAssemblyPaths, System.String[ ] foldersToSearch, System.Collections.Generic.Dictionary
2 cache, BuildTarget target) (at C:/buildslave/unity/build/Editor/Mono/AssemblyHelper.cs:156)
I have no idea where “'Packages/com.unity.standardevents@1.0.10/” even is referencing, so I can’t verify if that .dll even exists.
At this point I don’t know what’s going on, this also happens with version 2017.3.0f1 and I’m getting absolutely nowhere.