I keep getting this error in my HTC Wildfire.
05-<span class="nu0">25</span> 06:<span class="nu0">56</span>:<span class="nu0">56.162</span>: E<span class="sy0">/</span>libEGL<span class="br0">(</span><span class="nu0">6802</span><span class="br0">)</span>: called unimplemented OpenGL ES API<span class="sy0"></</span>code
Apparently this <span class="kw1">error</span> occurs when OpenGL2.0 is <span class="kw1">not</span> supported according to this link http:<span class="sy0">//</span>stackoverflow.com<span class="sy0">/</span>questions<span class="sy0">/</span><span class="nu0">5926316</span><span class="sy0">/</span>android-gles20-called-unimplemented-opengl-es-api.
Is that the reason? The app runs but I think some elements <span class="kw1">do</span> <span class="kw1">not</span> run.
For instance, a text field was <span class="kw1">not</span> displayed. But a button was displayed.
Am I doing something wrong <span class="kw1">or</span> is this a limitation? |
|
Comments
https://secure.wikimedia.org/wikipedia/en/wiki/OpenGL_ES#Use
So the next question is, Which are the features which won't be available for OpenGL ES 1.0 and 1.1 devices? I mean, it is one thing if the application is incompatible, but another thing if half of the features don't display.
Currently we're using only OpenGL ES 1.1 and wait for 2.0 to dominate the market: http://developer.android.com/resources/dashboard/opengl.html
I've done some research about HTC Wildfire and found these: http://stackoverflow.com/questions/7020324/what-version-of-opengl-does-htc-wildfire-support It seems HTC Wildfire doesn't have an GPU and have only the software implementation of OpenGL ES 1.0.
<uses-feature android:glEsVersion="0x00010001" />
Likes: avo, Orlando
Thanks for the clarification!
AndroidManifest.xml???
Please
https://play.google.com/store/apps/developer?id=My+name+is+Originality
so do you have eclipse and android sdk installed in your system?
if yes you need to import project in eclipse and then simply right click on that and you will be ready to run on your device assuming you had set option for allow non market apps and android debugging.(go to system settings ------> developer option -----> chk android debugging)
http://www.giderosmobile.com/DevCenter/index.php/Deployment#Android_deployment
Likes: hgvyas123
https://play.google.com/store/apps/developer?id=My+name+is+Originality
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill