Giter Site home page Giter Site logo

Comments (3)

jcesarmobile avatar jcesarmobile commented on May 18, 2024

In Capacitor projects you are supposed to commit the android folder, not recreate it every time.

You can use trapeze to edit the gradle file
https://trapeze.dev/docs/Operations/android#gradle

Or use a capacitor hook to edit the /android/variables.gradle file.

from capacitor.

a-poliusov avatar a-poliusov commented on May 18, 2024

@jcesarmobile it would be great if you provide more info on that. What are the hooks and how to use em? Does it solve my problem of editing sdkVersion without android folder? I don't even have the folder inside my git repo.

Why do ionic generate the android folder if we have to edit it?
If something is generated, there should be methods to adjust it

from capacitor.

jcesarmobile avatar jcesarmobile commented on May 18, 2024

It's not "generated", it's added to your project when you run npx cap add, which you should run only once and you should commit the source code, and make any manual changes you want, capacitor will not make any changes into your project once you have added the platform to it.

hooks are just a way of executing code on certain capacitor commands https://capacitorjs.com/docs/cli/hooks
but they don't do anything by themselves, you have to create your scripts (node.js or bash or whatever) to be executed when the hook fires.

If you have questions you can ask on the discussions section
https://github.com/ionic-team/capacitor/discussions
Or on ionic forum
https://forum.ionicframework.com/c/capacitor/26

from capacitor.

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.