Questions regarding specifically the Build Tools of the Android SDK as opposed to the Platform Tools and SDK Tools.
Questions tagged [android-sdk-build-tools]
11 questions
76
votes
3 answers
What does "multiDexEnabled true" mean?
What is meant by "multiDexEnabled true" in Android gradle. Why do we use this? What is the effect if it is enabled?

shekhar pande
- 1,172
- 1
- 11
- 21
9
votes
5 answers
Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager
Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager.
Studio Version 4.2.1
Tried Reinstalling and removing previous versions
Tried adding dx.jar and dx.bat from build-tools-30.0.3 (This is not a good…

Abraham Mathew
- 2,029
- 3
- 21
- 42
4
votes
2 answers
How to rebuild the .aab file after some resources changes from exiting .aab
I've generated the .aab file using the ./gradlew bundle command. Latter unzipped the .aab got resources and dex files. Now I want to change some version code in AndroidManifest.xml, some resource files, and again need to recompile the same .aab…
2
votes
0 answers
Warning: Dependant package with key emulator not found! - VScode
I am running flutter on VScode and when I try downloading Buildtools or System-images through commandline, it gives this warning :
Warning: Dependant package with key emulator not found!
Warning: Unable to compute a complete list of dependencies.

Sufian Afridi
- 21
- 2
2
votes
0 answers
Android 4.1 with build tools 28 results in NoClassDefFoundError in odd place
I have an odd case here, I use build tools 28 and I'm targeting SDK version 28, but with min level 16.
Below code worked fine when I was using target level 10. (At least up to Android 8)
On Android 6,7,8,9 code from the end works, but not on android…

dr4cul4
- 258
- 4
- 14
1
vote
2 answers
Android Studio inexplicable error in debug APK
I faced a situation in which the version from the built debug APK had inexplicable runtime errors which disappeared after the rebuild. No code changes - just fresh build. Today it happened at least a second time - it starts to worry me.
It's a waste…

Ircover
- 2,406
- 2
- 22
- 42
1
vote
0 answers
Error building an Android package "Installed Build Tools revision 31.0.0 is corrupted."
I am trying to build my Android app and I have been struggling with setting the version of build tools on Cordova, as within android studio the fix that worked for me was this Youtube Tutorial I figured if I could fix it on Android Studio I could…

Adam Films
- 11
- 6
1
vote
2 answers
Flutter run stuck at Preparing "Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)"
I have just set up flutter development environment and after creating first app, on flutter run, debug console is stuck at
Preparing "Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)".

Javeed Ishaq
- 6,024
- 6
- 41
- 60
0
votes
0 answers
Android build-tools 32.0.0 not avaiable to download on linux distributions?
Is it possible to download Android build-tools version 32.0.0? Or is there a way to install it by command line? I have a virtual machine build linux distribution (Ubuntu 18.04.4, only SSH terminal available).
Running sdkmanager command android list…

Daniel Interliche
- 103
- 1
- 13
0
votes
4 answers
Android Studio 4.2.2 - Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager
I have a fresh install of the software, and whenever I try to run the build, it fails, giving me this error message.
Troubleshooting: I've already tried to uncheck 31.0.0 version in the SDK manager, and put in older stable versions, but every time I…

Петар Коврлија
- 1
- 1
- 1
- 2
0
votes
0 answers
Android SDK Build Tools different versions in Android Studio and Visual Studio
I use Android Studio to build native Android projects and I installed the latest version of the Android SDK.
I also use Visual Studio to build Xamarin.Android projects. However when the build process runs in Visual Studio, it uses a previos version…

Nestor
- 8,194
- 7
- 77
- 156