Could not find com.android.tools.build:gradle:7.3.3. 

Searched in the following locations:

  • Required by: project : Add google Maven repository and sync project Open File
2

1 Answer

The "com.android.tools.build:gradle:$version" is what we called Android Gradle Plugin(AGP), its latest stable version is 7.0.4 (until 1st Jan 2022), you can check all available versions here.

The 7.3.3 is for the Gradle platform itself, you can check all available versions here.

For their relationship, please check here.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy