Re: [mono-android] Error using Google Play Services (Gingerbread)

2014-02-20 Thread Francesco Colombo
Thanks a lot! It fixed the problem! On Wed, Feb 19, 2014 at 4:55 PM, Dean Ellis wrote: > You need to increase the Java heap size, the java side of the google play > component needs a fair chunk of memory to compile. > > You can do this in Xamarin Studio on the projects Android Build->Advanced >

Re: [mono-android] Error using Google Play Services (Gingerbread)

2014-02-19 Thread Dean Ellis
You need to increase the Java heap size, the java side of the google play component needs a fair chunk of memory to compile. You can do this in Xamarin Studio on the projects Android Build->Advanced tab, there is a box to enter the Java heap size. I have this set to 500M If you are using visual st