51

Use java they said
It will be fun they said

Comments
  • 5
    mfw chrome uses only 50 MB of RAM :0
  • 2
    Probably instantiating too many objects unnecessarily
  • 0
    actually it's adding *all* google services on my app, but don't destroy the fun @orion-ix 😀
  • 0
  • 1
    And now, "You are a bad coder!", they said.
  • 1
    actually the build stops because the only thing that works for a lot of secs is gc.
  • 2
    @devitalizer gc only destroys dereferenced objects. Probably not the case here...
  • 0
    it's a common problem if you add gservices on an apk as-is. You have to work a bit in order to do it right.
  • 1
    @superuser Oh is this Android? I'm primarily experienced with pure Java so that's why I was a bit surprised with the Google integration at first
  • 2
    @NoNameCode dude any cpu, with any amount of RAM can theoretically be consumed as it's only a finite amount.
  • 0
    i3 with 8gb ddr3 ram. Actually in this case it can't compile because it's exceed the 64k limit on .dex files.
  • 0
    it's kinda old, the first time I encounter this problem. But it's better just to remove the useless crap of gservices and keep just what you want.
  • 0
    The OP's user name makes me happy
  • 1
    Nobody ever says that about Java
  • 1
    LIES ALL LIES
Add Comment