- Home /
sdk tools version 0.0 < 26.1.1
I am using unity 2019.2.4f1. i set sdk,ndkjdk and gradle
when i try to build app bundle unity show message that "sdk version tools 0.0 < 23.1.1" how to fix it ? and i set target api to 29 level because google play console also show error when api level i set to 28 that your current api level is 28 you must need 29 api level.
Answer by gresolio · Oct 15, 2020 at 09:43 AM
Open
%LocalAppData%\Android\Sdk\tools\package.xml
in text editorFind
obsolete="true"
Replace it with
obsolete="false"
Answer by Tankzo · Nov 23, 2020 at 09:27 PM
I got a solution for this issue.
After I copied over the android-29 & android-30 folders from the Android Studio SDK manager into my unity SDK folder, I also copied over the 30.0.2 build-tools folder from the SDK Manager location to the unity location.
The pop-up stopped once I copied over the latest build-tools folder.
Give it a shot and see if it fixes your issue.
From: C:\Users\\AppData\Local\Android\Sdk\build-tools to C:\Program Files\Unity\2019.2.7f2\Editor\Data\PlaybackEngines\AndroidPlayer\SDK\build-tools
(My issue was with the 2019.2 unity, if you have multiple installs of unity, you will need to copy the platforms folders and build-tools folders to each unity version install you have.)
Answer by aqsanadeem82 · Nov 24, 2020 at 06:45 AM
Updating your project to a newer unity version can be a solution to this problem, if nothing else works try updating your unity version. I updated my project from unity version 29.2.11f1 to 2019.4.4f1 and the issue went away for me.
aqsanadeem82, Yes, a Unity version upgrade does appear to be another solution.
for some reason my tools don't have this package.xml,I don't know what I can do, I've tried everything, but whenever it seems that the problem with the android build is resolved, another error appears
Your answer

Follow this Question
Related Questions
How to build windows 8.1 phone game in unity 3d 5.3 ? 0 Answers
CommandInvokationFailure: Unable to convert classes into dex format 0 Answers
Unauthorized access exeption when building to Oculus quest 2 0 Answers
CommandInvokationFailure: Gradle build failed. 1 Answer
Failed to re-package resources 3 Answers