Hi, I 'm developing a cross-plataform app (pcl) using xamarin.forms.map. As far I run it in debug mode it works like a charm, but when I try to run as release I got a error with empty message, just this:
I:\MyAppName\Droid\COMPILETODALVIK: Error: (MyAppName.Droid)
Notice that I haven't a explicit error description, just File, Project and Path columns are filled.
What I have done so far:
1 - Java 1G heap is setting;
2 - Google API key is ok for debug, I created another for release (to be honest I can't find the way to do that, just ran the keytool and generated a new one with release.keystore name and archive this on google developer panel, maybe the problem lies here);
3 - All packages are updated;
4 - All manifest keys are ok (as explained in "xamarin work with maps" tutorial).
5 - Target framework 5 / minimun api 16 / target api 21
Test I made:
1 - Run in debug mode works fine on device;
2 - Release mode get error (above);
3 - removing all maps packages (google services, xamarin.forms.map...) release mode works, but with no map.
I appreciate all help!
Thank you!