Hello Everyone,
The Android SDK with version 100 and higher is not compatible with phones that have x86 architecture. When I tried to open the app which developed with Esri Android 100.1.0 it can't open from x86 devices but I am able to open and run same application from x64 device. Could you guys considering add a support for this ? I remember that version v10.2 has this issue too but you guys solve and we are able to use sdk over all devices.
Here is the LogCat from device.
<SPAN class="number token">03</SPAN><SPAN class="operator token">-</SPAN><SPAN class="number token">06</SPAN> <SPAN class="number token">15</SPAN><SPAN class="operator token">:</SPAN><SPAN class="number token">01</SPAN><SPAN class="operator token">:</SPAN><SPAN class="number token">43.032</SPAN> <SPAN class="number token">18982</SPAN><SPAN class="operator token">-</SPAN><SPAN class="number token">19014</SPAN><SPAN class="operator token">/</SPAN><SPAN class="operator token">?</SPAN> E<SPAN class="operator token">/</SPAN>AndroidRuntime<SPAN class="operator token">:</SPAN> FATAL EXCEPTION<SPAN class="operator token">:</SPAN> GLThread <SPAN class="number token">1499</SPAN>
Process<SPAN class="operator token">:</SPAN> com<SPAN class="punctuation token">.</SPAN>esri<SPAN class="punctuation token">.</SPAN>arcgisruntime<SPAN class="punctuation token">.</SPAN>sample<SPAN class="punctuation token">.</SPAN>displaymap<SPAN class="punctuation token">,</SPAN> PID<SPAN class="operator token">:</SPAN> <SPAN class="number token">18982</SPAN>
java<SPAN class="punctuation token">.</SPAN>lang<SPAN class="punctuation token">.</SPAN>RuntimeException<SPAN class="operator token">:</SPAN> createContext failed<SPAN class="operator token">:</SPAN> EGL_BAD_CONFIG
at android<SPAN class="punctuation token">.</SPAN>opengl<SPAN class="punctuation token">.</SPAN>GLSurfaceView$EglHelper<SPAN class="punctuation token">.</SPAN><SPAN class="token function">throwEglException</SPAN><SPAN class="punctuation token">(</SPAN>GLSurfaceView<SPAN class="punctuation token">.</SPAN>java<SPAN class="operator token">:</SPAN><SPAN class="number token">1192</SPAN><SPAN class="punctuation token">)</SPAN>
at android<SPAN class="punctuation token">.</SPAN>opengl<SPAN class="punctuation token">.</SPAN>GLSurfaceView$EglHelper<SPAN class="punctuation token">.</SPAN><SPAN class="token function">throwEglException</SPAN><SPAN class="punctuation token">(</SPAN>GLSurfaceView<SPAN class="punctuation token">.</SPAN>java<SPAN class="operator token">:</SPAN><SPAN class="number token">1183</SPAN><SPAN class="punctuation token">)</SPAN>
at android<SPAN class="punctuation token">.</SPAN>opengl<SPAN class="punctuation token">.</SPAN>GLSurfaceView$EglHelper<SPAN class="punctuation token">.</SPAN><SPAN class="token function">start</SPAN><SPAN class="punctuation token">(</SPAN>GLSurfaceView<SPAN class="punctuation token">.</SPAN>java<SPAN class="operator token">:</SPAN><SPAN class="number token">1033</SPAN><SPAN class="punctuation token">)</SPAN>
at android<SPAN class="punctuation token">.</SPAN>opengl<SPAN class="punctuation token">.</SPAN>GLSurfaceView$GLThread<SPAN class="punctuation token">.</SPAN><SPAN class="token function">guardedRun</SPAN><SPAN class="punctuation token">(</SPAN>GLSurfaceView<SPAN class="punctuation token">.</SPAN>java<SPAN class="operator token">:</SPAN><SPAN class="number token">1400</SPAN><SPAN class="punctuation token">)</SPAN>
at android<SPAN class="punctuation token">.</SPAN>opengl<SPAN class="punctuation token">.</SPAN>GLSurfaceView$GLThread<SPAN class="punctuation token">.</SPAN><SPAN class="token function">run</SPAN><SPAN class="punctuation token">(</SPAN>GLSurfaceView<SPAN class="punctuation token">.</SPAN>java<SPAN class="operator token">:</SPAN><SPAN class="number token">1239</SPAN><SPAN class="punctuation token">)</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Thanks for all.
doneill-esristaff