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
Post a Comment