1

The error below is part of what it spits out when I tried to run the command bubblewrap build . The website was built with reactjs and I'm using windows 10. I've gone through some of the similar problems posted and answered here, but they mostly seem to be related to cordova, and nothing seemed to work for me. It is safe to say that I don't know what I'm doing with bubblewrap, this will be my first use of it. What I'm I missing pls.

ERROR Command failed: gradlew.bat assembleRelease --stacktrace

FAILURE: Build failed with an exception.

  • What went wrong: Could not determine the dependencies of task ':app:packageRelease'.

Could not create task ':app:minifyReleaseWithR8'. Failed to find Build Tools revision 29.0.2

  • Try: Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Exception is: org.gradle.api.internal.tasks.TaskDependencyResolveException: Could not determine the dependencies of task ':app:packageRelease'. at org.gradle.api.internal.tasks.CachingTaskDependencyResolveContext.getDependencies(CachingTaskDependencyResolveContext.java:69)

Imhotep
  • 75
  • 9

1 Answers1

0

For anyone who faces this same problem with bubblewrap, I found the solution and what I did was to delete the .gradle file in "C:\Users\Administrator". I got this by following a similar issue in flutter from the github page https://github.com/flutter/flutter/issues/69845

Imhotep
  • 75
  • 9