android - AndEngine and AndroidStudio -


I downloaded AndEngine, it has imported Android Studio and added it as a dependency on my Android studio project is. However, when it comes to compilation, however, the linkers fail to find GLES2, in particular, I get these errors:

  WARNING: (9, 63) WARNING: Different sizes Insert the indicator from the integer of [-wing-to-pointer-cast] Warning: (13, 36) Warning: Error inserting indicator from different integer integer: (9) Undefined reference error for `glVertexAttribPointer ': (13) Undefined reference for `glDrawElements'  

I have libgles2-mesa pack H (Ubuntu 12.04) designed to be installed and symbolic /usr/lib/libGLESv2.so.2 library. However, the lancer does not find the library.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -