- Home /
Question by
kkl888 · Apr 12 at 10:45 AM ·
android buildmacosxmacbook
Warning when building Android app: Invalid content was found starting with element 'base-extension'.
Trying to build Android app but it triggered this warning. Though it was still built successfully.
cvc-complex-type.2.4.a: Invalid content was found starting with element 'base-extension'. One of '{codename, tag}' is expected.
UnityEditor.BuildPipeline:BuildPlayer(String[], String, BuildTarget, BuildOptions)
unexpected element (uri:"", local:"base-extension"). Expected elements are <{}vendor>,<{}codename>,<{}abi>,<{}api-level>,<{}tag>
UnityEditor.BuildPipeline:BuildPlayer(String[], String, BuildTarget, BuildOptions)
This only happens in my M1 Macbook. It works completely fine when building the same project in Windows. Anyone has the same issue?
Unity 2018.4.23f1, Android SDK Platform 30, Available Android SDK Build-Tools: 32.0.0, 30.0.2, 28.0.3, NDK 16.1.4479499, Android Platform-Tools 33.0.1
screen-shot-2022-04-12-at-183944-pm.png
(48.3 kB)
Comment