List
Error Unity android build apk
Posted Date: 2022-07-30 10:26     Edited Date: 2022-08-05 4:23     Writer: inactive

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

GRADLE ERROR : minsdk-in-manifest
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

Fixed: remove uses-sdk line from Assets/Plugins/Android/AndroidManifest 

Posted Date: 2022-08-05 4:23     Edited Date: 2022-08-05 4:23     Writer: sjkim

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