Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
actually it's adding *all* google services on my app, but don't destroy the fun @orion-ix 😀
-
actually the build stops because the only thing that works for a lot of secs is gc.
-
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.
-
orion-ix3549y@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
-
orion-ix3549y@NoNameCode dude any cpu, with any amount of RAM can theoretically be consumed as it's only a finite amount.
-
i3 with 8gb ddr3 ram. Actually in this case it can't compile because it's exceed the 64k limit on .dex files.
-
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.
Use java they said
It will be fun they said
undefined