Hi,
I have been develop Android GIS application on ArcGIS runtime SDK.
Recently I have download the ArcGIS Android SDK 100.0 as new version.
You can get your runtime license from this url.
Licensing your ArcGIS Runtime App | ArcGIS for Developers
This is that describe how set programmatically your license at runtime .
License your app—ArcGIS Runtime SDK for Android | ArcGIS for Developers
the sample code is like this.
ArcGISRuntimeEnvironment.setLicense("runtimelite,1000,rud#########,day-month-year,####################");
but actually the code doesn't works.
there not found the setLicense() with these parameters.
I don't understand why?
I have correctly configure to develop application on ArcGIS android runtime100.0.
I am looking at someone who can help me.