Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install additional Android SDKs on Windows runners #671

Open
dri-richard opened this issue Sep 29, 2024 · 0 comments
Open

Install additional Android SDKs on Windows runners #671

dri-richard opened this issue Sep 29, 2024 · 0 comments
Labels
enhancement New feature or request windows Microsoft Windows Platform

Comments

@dri-richard
Copy link

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:

##[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.

Suggested solution

Invoke the sdkmanager, similarly to #582

Additional details

Discord thread

@dri-richard dri-richard added the enhancement New feature or request label Sep 29, 2024
@davidmfinol davidmfinol added the windows Microsoft Windows Platform label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request windows Microsoft Windows Platform
Projects
None yet
Development

No branches or pull requests

2 participants