Update Android SDK settings (#7768)

Able to build with only the Android API 32 and the 32.0.0 SDK tools in Android Studio
This commit is contained in:
itanasi 2022-09-09 00:07:53 -07:00 committed by GitHub
parent 2cc6594df2
commit 00c4d8215c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ So first things first - the initial "No assumptions" setup to have Unciv run fro
- Load the project in Android Studio, Gradle will attempt the initial sync. If this is your first time with Android Studio, this may require you to accept the Android Build-tools licenses, which works differently on every device, so search for your OS-specific solution.
- A new install may not be able to do the initial sync - this comes in the form of `Unable to find method ''void org.apache.commons.compress.archivers.zip.ZipFile.<init>(java.nio.channels.SeekableByteChannel)''` errors when you try to sync. If you have this problem go into File > Settings > Appearance & Behavior > System Settings > Android SDK
- Click "SDK Platforms"
- Click "Android 12.0"
- Click "Android API 32 (Sv2)"
- Click "SDK Tools"
- Select "Show Package Details" in the bottom right
- Choose version 32.0.0 under "Android SDK Build-Tools"