We have an android app where we had both compile SDK version
and Build tool version
at 24. We had to update the android com.android.support:design
version from 24.0.0 to 25.0.0. In this case, it was asked to update the compile SDK version
into 25 from 24, but did not say anything about Build Tool Version
.
Normally, how does the Build Tool Version
and Compile SDK version
work? Build Tool Version
is in a lower version than Compile SDK version
, any possible errors (run time or whatever, either in android playstore or development environment)
Update
This question is not a duplicate, the suggested answer is about the differences between the SDK and Build tool version and also about having a higher build tool version with lower sdk version; this is the exact opposite of what I am asking, higher SDK with lower build tool version.