Unciv/docs/Developers
Yair Morgenstern 2d499703d7 Resolved #9840 - targetSdk set to 33
Due to the upcoming Google Play deadline (see https://support.google.com/googleplay/android-developer/answer/11926878)
We're upgrading the target SDK and build tools for Unciv.

What this means for you, is that you need to download BOTH the new Android SDK AND the new build tools to compile to Android
If you're only doing Desktop development, this will not affect you

In Android Studio:
- Double-click shift (for search)
- "SDK manager"
- Go to SDK platforms tab, select Android 13 (Tiramisu) - this will lead to an SDK download
- Go to the SDK Tools tab
- Click 'show package details' at bottom-right
- Click 33.0.2 - this will lead to a Build Tools download
2023-07-24 10:41:08 +03:00
..
Building-Locally.md Resolved #9840 - targetSdk set to 33 2023-07-24 10:41:08 +03:00
Coding-standards.md
From-code-to-deployment.md awesome-pages test 2 2023-07-02 23:21:30 +03:00
Game-Making-Tips.md
Map-rendering.md awesome-pages wiki modding folder reorg 2023-07-02 23:42:07 +03:00
Project-structure-and-major-classes.md
Translations,-mods,-and-modding-freedom-in-Open-Source.md
UI-development.md