-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Extension not initialized yet, couldn't access compileSdkVersion. #4
Comments
I am also getting the same issue, any help would be much appreciated. |
@waqarv712 and @akshaymahajan28 You guys got any solutions for this problem ? |
anyone found any solution? |
anyone?? |
Well, I just reverted back to the older gradle version and it solved the issue. |
thanks @anonrootkit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting this error.
I also added
ext {
minSdkVersion = 19
compileSdkVersion = 29
targetSdkVersion = 29
buildToolsVersion = "29.0.2"
}
in the top-level gradle fle.
and in the module leve
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
The text was updated successfully, but these errors were encountered: