Giter Site home page Giter Site logo

Comments (3)

budlight avatar budlight commented on September 6, 2024

example project generating this error for me

https://github.com/budlight/flutter_moor_test

from sqlite3.dart.

simolus3 avatar simolus3 commented on September 6, 2024

Thank you for publishing a repro! However, I can build your example project just fine. I cloned it and ran flutter build apk (I'm on Flutter version 2.0.1).

Could not find com.google.prktobuf:protobuf-java:3.10.0.

This looks like a typo, it should probably com.google.protobuf. Weirdly, this project does not use or depend on Protobuf (at least not directly).
From the "Required by" description, it looks like that is pulled in from com.android.tools.ddms:ddmlib, but that does declare a proper dependency as far as I can see. Since it's a transitive dependency of com.android.tools.build:gradle (which is used to build all Android apps and libraries) and I found zero results of that typo on Google, I think this might be an issue with your build setup. Does the build work on another machine?

You might want to try running the build with a fresh Gradle cache in case a local dependency is broken for you. Can you try renaming ~/.gradle to ~/.gradle_backup and run the build again? You can revert the name change afterwards to avoid making things worse :D

from sqlite3.dart.

budlight avatar budlight commented on September 6, 2024

it does run correctly on my mac, it seems like it was disk corruption issue on my windows pc.

from sqlite3.dart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.