-
Notifications
You must be signed in to change notification settings - Fork 15
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
Task build-convention fails on Android Studio Chipmunk #420
Comments
@HonzaR Do you want to see if you run those tasks (:assemble, :testClasses) with the --write-locks flag? You might also want to try --rerun-tasks at the same time. I'm guessing that something is cached in Android Studio or Gradle somewhere, causing it to fail. The --write-locks lets us see if there's a dependency lock that's wrong. And --rerun-tasks helps if some cached task needs to be re-run. |
I've already tried to invalidate caches and restart the IDE, clean and re-build the project, nothing helped. Fortunately, it lets me run the app, so we're not blocked on it for now. Running the commands, as suggested above doesn't show anything suspicious, output:
|
Here is an update on this:
|
Additionally:
|
We've filed the issue to Google's Issue Tracker. |
Describe the issue
Once I've updated to Android Studio Chipmunk, our
build-convention
is failing while building the app.My current AS version:
Actual behavior + errors
It's failing in
build-convention
with this output:The text was updated successfully, but these errors were encountered: