Error Unity android build apk
Unity 2020.3.25f1 LTS
1. Create new unity project
2. Import MAXSTARSDK_Unity_5.0.6.unitypackege
3. Switch platform to android, edit package name, remove Vulcanm, set Min API 24, Max API 30
5. Replace maxst license key
4. Add test scenes
5. BUILD aab - SUCCESS
5. BUILD apk - ERRORS
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Fixed: remove uses-sdk line from Assets/Plugins/Android/AndroidManifest
Thank you for your interest in MAXST AR SDK.
please modify a androidManifest file
<uses-sdk
android:targetSdkVersion="25"/>
If you have related the MAXST AR SDK questions, feel free to ask.
Best regards,
Francisco
MAXST Support Team