How to change the build tools version number for all of my modules in Android Studio/Gradle? -
i downloaded new build tools in android studio (21.0.1 of oct 21, 2014). deleted 20.0.0 had in sdk manager. building in android studio failed saying couldn't find 20.0.0. thought had deleted it. found beingness referenced in app module in build.gradle. changed it, , built again, failed. found reference in rest of modules (4 of them exact). thought how alter build tool version numbers everywhere? can delete build tools version number in of modules except app module? it's first time upgrading build tools while having android studio wanna create sure don't mess up.
solution 1 : install v 20 build tools.
solution 2 : alter build.gradle
in modules build v 21.
android gradle android-studio build.gradle
No comments:
Post a Comment