From 00c4d8215cd64d863bcad8fb9e12aaa2ca9ba58a Mon Sep 17 00:00:00 2001 From: itanasi <44038014+itanasi@users.noreply.github.com> Date: Fri, 9 Sep 2022 00:07:53 -0700 Subject: [PATCH] Update Android SDK settings (#7768) Able to build with only the Android API 32 and the 32.0.0 SDK tools in Android Studio --- docs/Developers/Building-Locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developers/Building-Locally.md b/docs/Developers/Building-Locally.md index ec4c915eb4..cb1468f076 100644 --- a/docs/Developers/Building-Locally.md +++ b/docs/Developers/Building-Locally.md @@ -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.(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"