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 >

[mono-android] Backup app data with BackupManager

2014-02-20 Thread Igor Velikorossov
Google provides data backup service ( https://developer.android.com/guide/topics/data/backup.html), which I'm trying to take advantage of. I followed the instructions, but I can't seem to get it working. I've done the following: 1. Registered for the backup service and got the key 2. Up