You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows runners, using a target Android SDK version lower than one shipped with Unity gives an error, e.g. targeting SDK 32 with Unity 2022.3 which is required for Meta Quest:
##[error]UnityException: Target Android SDK not installed
Android SDK does not include your Target SDK of 32.
This occurs even when specifying AndroidTargetSdkVersion: AndroidApiLevel32 as a parameter in the workflow.
Linux runners take care of this, due to #582 being implemented in response to #581
Additional context: I prefer to maintain a fleet of WIndows runners to allow Windows IL2CPP builds of a different project.
Context
On Windows runners, using a target Android SDK version lower than one shipped with Unity gives an error, e.g. targeting SDK 32 with Unity 2022.3 which is required for Meta Quest:
This occurs even when specifying
AndroidTargetSdkVersion: AndroidApiLevel32
as a parameter in the workflow.Linux runners take care of this, due to #582 being implemented in response to #581
Additional context: I prefer to maintain a fleet of WIndows runners to allow Windows IL2CPP builds of a different project.
Suggested solution
Invoke the sdkmanager, similarly to #582
Additional details
Discord thread
The text was updated successfully, but these errors were encountered: