Does anyone know why I might get an invalid argument at com.esri.arcgisruntime.internal.jni.CoreGeoView.nativeGetAttributionText(Native Method) using 100.2.1?

717
0
03-19-2018 10:52 AM
MelodyAlefteras
New Contributor

I'm using 100.2.1 and loading basemaps - I get an invalid argument exception. It isn't coming out of any of our code - it looks to be fired on the attributiontextchangedevent. Any help would be great!

Note: It doesn't happen every time we load up the basemap.

E/AndroidRuntime: FATAL EXCEPTION: main
Process: gov.wa.dfw.fishwashington, PID: 23337
com.esri.arcgisruntime.ArcGISRuntimeException: Invalid argument
at com.esri.arcgisruntime.internal.jni.CoreGeoView.nativeGetAttributionText(Native Method)
at com.esri.arcgisruntime.internal.jni.CoreGeoView.b(SourceFile:152)
at com.esri.arcgisruntime.internal.g.b.g.f(SourceFile:978)
at com.esri.arcgisruntime.mapping.view.GeoView$3.attributionTextChanged(SourceFile:954)
at com.esri.arcgisruntime.internal.g.b.b$1.run(SourceFile:50)
at android.os.Handler.handleCallback(Handler.java:790)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)

Melody

0 Kudos
0 Replies