I'm trying to create my first OpenGL ES 2.0 application but i found some problem when making so. In Android.mk i have added
- Code: Select all
LOCAL_LDLIBS := -llog -lGLESv2.so
I use cygwin to run ndk-build and as result i recive
- Code: Select all
...
cannot find -lGLESv2.so
ld returnder 1 exit status
when i search this file on disk i see it at D:\SDK\Android\android-ndk-r5\platforms\android-(5|8|9)\arch-
arm\usr\lib
*****
I used
ndk-build V=1
and found that ndk-build is working on androind-4 folder. How can i change that ?
***
Solved. Needed to change target in default.properties project file :]
Anyway thanks

