question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Samples are not compatible with x86 architecture phone

See original GitHub issue

Feature 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

  1. Android Studio v3.0.1
  2. Esri Android SDK v100.2.1
  3. Asus ZenFone 5 (ASUS_T00J), 1024MB RAM, Android 5.0

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:44 (19 by maintainers)

github_iconTop GitHub Comments

3reactions
gunt0001commented, Apr 6, 2020

@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.

2reactions
gunt0001commented, Apr 6, 2020

@javadghane

if you need some “Power VR” devices for test, we are here

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found