<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to avoid EGL_SUCCESS error? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293543#M1974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using version 100.7 because we have tried to upgrade and when using 100.9 we get this error:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/256003"&gt;Fatal Exception: com.esri.arcgisruntime.ArcGISRuntimeException&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the device, the only information we have is what&amp;nbsp;we got from Crashlytics:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/512285_Screenshot 2020-11-02 at 17.30.16.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the tablet is this one:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.worten.pt/informatica-e-acessorios/tablets/outros-tablets/tablet-spc-gravity-max-10-1-32-gb-2-gb-ram-wi-fi-branco-6868996" title="https://www.worten.pt/informatica-e-acessorios/tablets/outros-tablets/tablet-spc-gravity-max-10-1-32-gb-2-gb-ram-wi-fi-branco-6868996"&gt;https://www.worten.pt/informatica-e-acessorios/tablets/outros-tablets/tablet-spc-gravity-max-10-1-32-gb-2-gb-ram-wi-fi-b…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The maker is this BND&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;A href="http://www.szbnd.cn/en/product_xq.php?id=302&amp;amp;bid=,0,89,118,119,142,"&gt;http://www.szbnd.cn/en/product_xq.php?id=302&amp;amp;bid=,0,89,118,119,142,&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2020 16:32:35 GMT</pubDate>
    <dc:creator>g3oapp</dc:creator>
    <dc:date>2020-11-02T16:32:35Z</dc:date>
    <item>
      <title>How to avoid EGL_SUCCESS error?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293534#M1965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following exception occurs in crash reports often in 100.6 (and many versions before that). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fatal Exception: java.lang.RuntimeException: createContext failed: EGL_SUCCESS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1223)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1214)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1064)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1431)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1271)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This occurs in crash reports for the following manufacturers:&lt;/P&gt;&lt;P&gt;Xiaomi 35%&lt;/P&gt;&lt;P&gt;TCL 26%&lt;/P&gt;&lt;P&gt;TECHNO MOBILE LIMITED 13%&lt;/P&gt;&lt;P&gt;Alcatel 10%&lt;/P&gt;&lt;P&gt;UMIDIGI 4%&lt;/P&gt;&lt;P&gt;HMD Global 2%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous discussions about this indicate that it is some kind of misconfiguration of the graphics profile and that it is the device's fault. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a fatal exception. The users of these brands are dead in the water. The app does not start at all. Ever. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I work around it? How can I make the configuration correct so it doesn't crash?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2019 00:30:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293534#M1965</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2019-12-31T00:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid EGL_SUCCESS error?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293535#M1966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any of the specific model numbers for these failures?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the crash report there is an issue with the creation of the OpenGL context so this is a hardware specific issue to a group of GPU chips. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have you tried the 100.7 release of the SDK. &amp;nbsp;We did make some improvements which might help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 09:05:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293535#M1966</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2020-01-02T09:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid EGL_SUCCESS error?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293536#M1967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the models reported:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Alcatel Onyx&lt;/LI&gt;&lt;LI&gt;Alcatel TETRA&lt;/LI&gt;&lt;LI&gt;Xiaomi MI Play&lt;/LI&gt;&lt;LI&gt;Xiaomi Redmi 6a&lt;/LI&gt;&lt;LI&gt;Sony Experia L3&lt;/LI&gt;&lt;LI&gt;TCL LX&lt;/LI&gt;&lt;LI&gt;TCL REVVL 2&lt;/LI&gt;&lt;LI&gt;TECNO MOBILE LIMITED CAMON 11 PRO&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For these three models, the stack trace is slightly different:&lt;/P&gt;&lt;P&gt;Fatal Exception: java.lang.RuntimeException: createContext failed: EGL_SUCCESS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1222)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1213)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1063)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1429)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;LGE LG K40&lt;/LI&gt;&lt;LI&gt;LGE LM-X520&lt;/LI&gt;&lt;LI&gt;Rockchip PX5&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can hope some things are better with 100.7. I don't have the models, so I have no way of knowing till we have a new release out with 100.7 and see if we get less crash reports. That will mean that the users either gave up or it started working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ESRI has some of these models in house, I'd be interested if anything changes with 100.7. I don't see something specifically in the release notes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 19:57:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293536#M1967</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2020-01-02T19:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid EGL_SUCCESS error?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293537#M1968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have any of these physical devices but I'm looking into our online farm of test devices we have available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can however confirm that during 100.7 development we were investigating an identical issue we tracked down to the PowerVR GE8310 GPU.&amp;nbsp; We tested this was resolved with a Vivo Y15 phone.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coincidentally 7 of the devices you list above have exactly the same PowerVR GE8320 GPU.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm confident moving to 100.7 will help matters with supporting these devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In migrating to 100.7 you will need to start using AndroidX libraries if you haven't already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2020 11:53:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293537#M1968</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2020-01-03T11:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid EGL_SUCCESS error?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293538#M1969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Migrating to androidx will probably cause some turmoil, but we will start moving to 100.7 when feasible.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2020 17:49:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293538#M1969</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2020-01-07T17:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid EGL_SUCCESS error?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293539#M1970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a followup. &lt;/P&gt;&lt;P&gt;We released with 100.7&lt;/P&gt;&lt;P&gt;I believe it has resolved some or most.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These ones still show some crash reports as of a version with 100.7:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Xiaomi Redmi 6A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt; myPhone Hammer Energy 18x9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;ZTE BLADE A530&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;MLS Q5011_E&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;OPPO A1K&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;OPPO &lt;/SPAN&gt;CPH1909&lt;/P&gt;&lt;DIV class=""&gt;HUAWEI Y5 2018&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I do not know how to look up chipsets. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Stack traces look similar. They differed only in line 1230 vs 1232 vs 1223&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Maybe they could work with a similar fix. Maybe that is easy, maybe not. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 19:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293539#M1970</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2020-02-21T19:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid EGL_SUCCESS error?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293540#M1971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can also confirm this&amp;nbsp;crash&amp;nbsp;occurs on the&amp;nbsp;WIKO View 3 (W-P311-OPE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our Android App is running ArcGIS 100.7 and using the Android X Libs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fatal Exception: java.lang.RuntimeException: createContext failed: EGL_SUCCESS&lt;BR /&gt; at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1224)&lt;BR /&gt; at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1215)&lt;BR /&gt; at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1065)&lt;BR /&gt; at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1434)&lt;BR /&gt; at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1274)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2020 06:29:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293540#M1971</guid>
      <dc:creator>DuncanMenzies</dc:creator>
      <dc:date>2020-04-03T06:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid EGL_SUCCESS error?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293541#M1972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are algo having the same issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fatal Exception: java.lang.RuntimeException: createContext failed: EGL_SUCCESS&lt;BR /&gt; at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1222)&lt;BR /&gt; at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1213)&lt;BR /&gt; at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1063)&lt;BR /&gt; at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1429)&lt;BR /&gt; at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The devices are all:&lt;/P&gt;&lt;P&gt;Make: BND&lt;/P&gt;&lt;P&gt;Model: Gravity_Max&lt;/P&gt;&lt;P&gt;GPU: Mali-T720 (not 100% sure, but that's the GPU used by this manufacturer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Nov 2020 23:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293541#M1972</guid>
      <dc:creator>g3oapp</dc:creator>
      <dc:date>2020-11-01T23:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid EGL_SUCCESS error?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293542#M1973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me what version of the SDK you are using?&amp;nbsp; I'm aware of this issue in earlier versions, but I do believe this was fixed in 100.9...&amp;nbsp; however if you can tell me the version you are experiencing this and the full details of the device this will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 09:00:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293542#M1973</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2020-11-02T09:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid EGL_SUCCESS error?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293543#M1974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using version 100.7 because we have tried to upgrade and when using 100.9 we get this error:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/256003"&gt;Fatal Exception: com.esri.arcgisruntime.ArcGISRuntimeException&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the device, the only information we have is what&amp;nbsp;we got from Crashlytics:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/512285_Screenshot 2020-11-02 at 17.30.16.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the tablet is this one:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.worten.pt/informatica-e-acessorios/tablets/outros-tablets/tablet-spc-gravity-max-10-1-32-gb-2-gb-ram-wi-fi-branco-6868996" title="https://www.worten.pt/informatica-e-acessorios/tablets/outros-tablets/tablet-spc-gravity-max-10-1-32-gb-2-gb-ram-wi-fi-branco-6868996"&gt;https://www.worten.pt/informatica-e-acessorios/tablets/outros-tablets/tablet-spc-gravity-max-10-1-32-gb-2-gb-ram-wi-fi-b…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The maker is this BND&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;A href="http://www.szbnd.cn/en/product_xq.php?id=302&amp;amp;bid=,0,89,118,119,142,"&gt;http://www.szbnd.cn/en/product_xq.php?id=302&amp;amp;bid=,0,89,118,119,142,&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 16:32:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293543#M1974</guid>
      <dc:creator>g3oapp</dc:creator>
      <dc:date>2020-11-02T16:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid EGL_SUCCESS error?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293544#M1975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The OpenGL Context creation issue was fixed in 100.9 so you need to get to the reason why this is not working for you.&amp;nbsp; Have you switched to using AndroidX?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried running a simple sample like this to see if the API works on your device?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/java/display-map" title="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/java/display-map"&gt;arcgis-runtime-samples-android/java/display-map at master · Esri/arcgis-runtime-samples-android · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is best that you continue this conversation on the other thread or create a new one and we will help you.&amp;nbsp;&amp;nbsp;The only answer to the context creation issue is to use 100.9.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 16:55:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-avoid-egl-success-error/m-p/293544#M1975</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2020-11-02T16:55:06Z</dc:date>
    </item>
  </channel>
</rss>

