I need to deal with offline map, I have loaded the MapArea in my Android device. I have problem in generating geodatabase, also
I don't see my feature drawn on the map area in the device.
Following line is giving me Runtime Exception:
GenerateGeodatabaseParameters parameters = defaultParameters.get();
.get() is giving me an error saying "The feature service does not support geodatabase sync". I have access to just ArcGIS online and ArcGIS developers.
I do not see any option to enable this property here.
Is there any rest-api or other way to deal with this?