213

Android development is like:
- 30% of the time is coding & debugging
- 70% of the time is waiting for Gradle to build

Comments
  • 1
    React Native hot reloading FTW!
  • 2
    use a tool like mirror. also, research how to make your builds faster. I suggest splitting the project into libs, if it is big enough.
  • 1
    Optimise your gradle and make use of Instant Run feature
  • 0
    30% if you are continuing regularly. But try updating Android studio, Gradle, build tools, then tell me if you have a running app before midnight 😒
  • 0
    Though searching for solutions on stackoverflow is also a big part?
  • 0
    I try to think of potential problems during the build…
  • 0
    @magicMirror So that's why your username is magic mirror?
  • 0
    @JsonC11 Nope. I used that handle for no particular reason...
  • 0
    Oh I remember.. Better pc is the answer
  • 0
    Surprisingly, gradle build is pretty quick in Linux.
  • 0
    If your processor is latest , then it would take just 5 or 6 seconds for gradle to be built . Otherwise the percenyage can go upto 90% .:):)
  • 1
    lmao so true dude
  • 0
    @Torbuntu true
    I also don't think that it takes more than 4 minutes to build on a normal system
  • 0
    gradle work fine in offlineMode
    {bullshit} :D
  • 0
    my gradle build need aprox 2 mins lol i just put it to build and then go get a drink :P
  • 0
    I found it much quicker in 3.0
Add Comment