ArcGISRuntimeException

443
0
12-19-2019 08:40 AM
MatthieuMARQUIGNY
New Contributor

Hello,

I actually use ArcGIS Android SDK 100.6, and I've a problem with SceneView during resizing.

I use a SceneView in a split view, and when I resized it to 0 or max width, the app crash with this error : 

home/jenkins/100.6.0/daily_android_java_RTCA_release/runtimecore/c_api/src/mapping/map_view/geo_view.cpp(691) : error : Exception caught in __FUNCTION__
at com.esri.arcgisruntime.internal.jni.CoreGeoView.nativeDraw(Native Method)
at com.esri.arcgisruntime.internal.jni.CoreGeoView.a(SourceFile:346)
at com.esri.arcgisruntime.internal.h.b.g.a(SourceFile:1038)
at com.esri.arcgisruntime.mapping.view.SceneView.onDrawFrame(SourceFile:144)
at com.esri.arcgisruntime.mapping.view.GeoView$b.onDrawFrame(SourceFile:1347)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1609)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1293)

Have you any idea to resolve it?

Thanks.

Tags (2)
0 Kudos
0 Replies