Morning, i'm building an application android with the arcgis runtime sdk sample, particularly the popupUIcustomization.
When i use ArcGISRuntime.setClientId("myClientID"); i got an error from android studio.
Also, i would know where put the GCM notification API Key.
Thanks
Solved! Go to Solution.
I put mine in the very beginning of the onCreate function, right after super.onCreate
Have you followed the instructions in the License your app topic?
Does your setClientId code come before any ArcGIS Runtime API calls are made?
What kind of error are you getting from within Android Studio?
Everything is good now. thanks
I put mine in the very beginning of the onCreate function, right after super.onCreate
Thanks for your reply.
I have follw your advice and follow the sample at (Basic License | ArcGIS for Developers ) and success at last