When my Android Projects get too large I get an OutOfMemoryError on build
UNEXPECTED TOP-LEVEL EXCEPTION:
...
at com.android.dx.command.Main.main(Main.java:89)
I think this is ina resource compile step and just need to know how to raise the max memory it gets
Any clues cause I think this may be deep in the plug-in
Please sign in to leave a comment.