Samples are not compatible with x86 architecture phone
See original GitHub issueFeature or Bug?
Hi, I want to run samples on my phone Asus Zenfone 5 (T00J) samples didn’t start and crashing.
Behavior
When I want to run app, it always keeping stop and LogCat gives this error.
java.lang.RuntimeException:
at android.opengl.GLSurfaceView$EglHelper.throwEglException (GLSurfaceView.java:1201)
at android.opengl.GLSurfaceView$EglHelper.throwEglException (GLSurfaceView.java:1192)
at android.opengl.GLSurfaceView$EglHelper.start (GLSurfaceView.java:1042)
at android.opengl.GLSurfaceView$GLThread.guardedRun (GLSurfaceView.java:1409)
at android.opengl.GLSurfaceView$GLThread.run (GLSurfaceView.java:1248)
Informations
- Android Studio v3.0.1
- Esri Android SDK v100.2.1
- Asus ZenFone 5 (ASUS_T00J), 1024MB RAM, Android 5.0
Issue Analytics
- State:
- Created 6 years ago
- Comments:44 (19 by maintainers)
Top Results From Across the Web
Arm vs x86: Instruction sets, architecture, and more differences ...
Arm vs x86: Instruction sets, architecture, and all key differences explained. Arm is the top CPU designer for phones, Intel is the big...
Read more >Support 64-bit architectures - Android Developers
For the x86 architecture, look for x86 for 32-bit and x86_64 for 64-bit. ... If there are none, then your app supports 64-bit...
Read more >x86 - Wikipedia
x86 is a family of complex instruction set computer (CISC) instruction set architectures initially developed by Intel based on the Intel 8086 microprocessor ......
Read more >How to make Android apps which support both 32-bit and 64 ...
Many apps are written entirely in non-native code (e.g. the Java ... For the x86 architecture, look for x86 for 32-bit and x86_64...
Read more >x64 vs. x86: Key Differences - phoenixNAP
All modern mobile processors use the x64 architecture. It is used to power supercomputers. Used in video-game consoles. Virtualization ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@javadghane - we have made some substantial changes to OpenGL intialization of MapView/SceneView and we think these changes should also address
createContext failed
exception on PowerVR devices. We are currently trying to confirm this through additional testing. Those changes will be delivered with the upcoming 100.8.0 release which is close to be shipped.@javadghane
Thanks, that’s much appreciated. If you could test against those devices as soon as we have released 100.8.0 that would be helpful. Let us know if you still see issues.