How to Fix could not parse the android application module's Gradle config || Add Firebase with Android Studio Project
Hi Everyone!! Today We will fix the issue of "could not parse the android application module's gradle config. Resolve gradle build issue and/or resync".
As we know if we want to connect Firebase with our Android Studio project, we can do it by manually add or can add by Android Studio Assistant Tools.
So today we will try to add firebase with our Android studio project by firebase Assistant. For doing that first we need to go the "Tools" from upper bar. Then click on "Firebase" . After that in the right sight you will see the android studio Firebase Assistant has opened. And you will get the "Authentication" option, Click on that. After that you will see "Email and Password Authentication" , click on that.
Now you will get the step of connecting Firebase with your Android studio project. First we will complete the first step which is Connect to Firebase. You can see in the video I am getting error after click on Connect to firebase. The Error is showing " Could not parse the android application module's Gradle config. Resolve gradle build issue and/or resync, So let's check what issue we have in Gradle file.
As we can see our build screen showing that our build tool 31.0.0 is missing. So, Lets check and install the build tool 31.0.0 version. For checking that, click on Project Structure icon,
then you will get the Android SDK window, there you will see all the SDK version tool, from there you can install any SDK in your project or you can easily uninstall also.