Typically, you do not need to manually specify which verison of Android Build Tools for Android Studio to use. However, to use the current build tools when using Android Gradle plugin 3.2.0 with renderscriptSupportModeEnabled
set to true
, you do need to include the following in each module's build.gradle
file: android.buildToolsVersion "28.0.3"
A future update of the Android Gradle plugin is intended to address this issue.