Code Monkey home page Code Monkey logo

Comments (5)

luanpotter avatar luanpotter commented on May 22, 2024

Gradle logs should tell you what went wrong. The line you provided is just the final message, you need to provide the whole log for me to know what is up.

I will make a wild guess and say you have the following error:

* What went wrong:                                                      
A problem occurred evaluating project ':app'.                           
> $HOME/bgug/android/keys/key.properties (No such file or directory)

Which means you have not setup the android key. You need to create a pair of public/private keys for your project for gradle to sign the project. These keys are not committed to the repo, so you need your own. Or alter the build dot gradle file to skip signing.

from bgug.

HennieReyneke avatar HennieReyneke commented on May 22, 2024

Thanks for the reply, Luan. Tried skipping signing, but getting the same issue. I've tried to get the gradle logs, but was not successful. How can I get them please? Hennie

from bgug.

luanpotter avatar luanpotter commented on May 22, 2024

have you tried skipping by comment our the gralde.build lines related to that? there several lines to comment.

About the logs, I think there is a verbose or debug mode on gradle to get more info.

are you able to run other flutter projects normally?

from bgug.

HennieReyneke avatar HennieReyneke commented on May 22, 2024
  • Yes, I commented out most of the stuff in signingConfigs. Followed some posts about disabling signing, but it didn't seem to do anything.
  • Yes, other Flutter projects run normally.
  • In Android Studio, there is LogCat, where one can filter the logs. I'm not seeing anthing Gradle there though.

from bgug.

luanpotter avatar luanpotter commented on May 22, 2024

This was fixed in #4, there were lots of problems that were introduced as new versions of flutter and flame came along. The current version is working on android and iOS with the latest versions.

from bgug.

Related Issues (3)

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.