-
Notifications
You must be signed in to change notification settings - Fork 13
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
Doesn't find Android extension #115
Comments
The only thing I can think off hand is the order you apply plugins - make sure the Android plugin is applied before the Gordon plugin in your buildscript. If that's already the case, I'm not sure what would be causing this. If you paste your whole buildscript, I might be able to help debug. You could also try running the Gordon Gradle task with |
So I discovered that error message I reported is actually coming from another plugin, but due to this plugin not applying. The relevant part of the stack trace is:
But my plugins block looks like this:
|
That's odd. Does the same thing happen if you apply Gordon directly after the Android plugin, before the others? |
So I have determined that if I include gordon using |
Describe the bug
Applying the plugin to an Android project fails with:
I am using AGP 7.0.3 and Gradle 7.2 and 1.8.2 of Gordon (because it is closest to those versions, but it fails for 1.8.0 and 1.8.5 as well.
The text was updated successfully, but these errors were encountered: