16

Fuck android studio in the ass with cactus.

*starts learning Android*
*Builds simple application with 1 Button, 1 TextView and 1 EditText*

At this point, I haven't implied any logic or code in MainActivity.java.

*Hit Run*
*Gradle Build*

*Meanwhile, eat lunch*
*Still Gradle Build*

*After 2 Eternity, Build finished*

Fucking, slow peice of shit. I'm rebuiliding the App, because the AVD timedout while running.

Comments
  • 3
    I never have that problem dude its takes like 32 secs for mine to finish building
  • 0
    @ihavePCSD what's your specs?
  • 1
    Lenovo Touch 15ACL
    AMD RADEON R5
    AMD A8 8GB Ram
    1TB HDD SDD
  • 2
  • 1
    Sorry big fingers little keyboard
  • 0
    What OS?
  • 0
    @ZooS1ne win 7. 1TB. 4GB. 920M. i5
  • 0
    Hop on the AMD train better performance for a cheaper price
  • 3
    @dextel2 I had that problem sometimes when I was back on Win7. Try Linux, any build will do, but in my experience, Debian derivatives are best for Android development. Also, build times may vary because of the internet connection if you have a gradle wrapper for gradle versioning. In (very) simple terms, the builder can check all of the libraries and dependencies online for each build instance, so if your connection hangs, building can lag or fail
  • 0
    @ZooS1ne welcome to devrant
  • 1
    @ihavePCSD thanks, great to be here
  • 1
  • 3
    10 Seconds for me,

    I7 6700
    NVIDIA GTX 1060
    2TB HDD (Software only)
    128GB M.2 SSD (Windows)
  • 2
    @dextel2 Our android dev professor demonstrated how much of a difference 4gb of ram could make on the first day of class. And yes, it was huge.

    That's what she said. *Tehe*
  • 0
    @arabello ive decided I won't use anymore VMs, I'll directly deploy builds on my phone for testing...
  • 0
    You need at least 8GB of RAM for this shit. Also use the latest canary, I now use Android Studio 3 though I of course did not use alpha gradle and alpha build tools. I kept everything at the latest stable. And now designer is soooo much faster at the new one. Hated my life in all Android Studio < 3
  • 0
    @gitpush Android studio 3? I thought the latest update was 2.3.3
  • 1
    @dextel2 ya thats the latest but 3 is still in canary channel and by default creates new projects with alpha tools like alpha gradle and alpha build tools. But I had an existing project with all configs just handled, and I only depend on features of it that already passed to production, except of course for the new UI designer which seems to be pretty stable for a canary
Add Comment