googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.25k stars 343 forks source link

Failed to determine the most recently installed Android SDK version. #458

Closed Breaktherecords closed 3 years ago

Breaktherecords commented 3 years ago

Failed to determine the most recently installed Android SDK version. Every time when i am going to build apk and web build

google-oss-bot commented 3 years ago

This issue does not seem to follow the issue template. Make sure you provide all the required information.

paulinon commented 3 years ago

Hi @Breaktherecords,

This is likely related to your Unity configuration. Later versions of the editor usually require a minimum API version of 19. It's recommended that you use OpenJDK and Android SDK installed through Unity Hub. Otherwise, if you like to use your own, please make sure the required version is installed and set correctly in your Preferences > External Tools.

I'll be closing this for now. Let me know if the issue persists or if this solution doesn't suit your use case.