Closed piotrros closed 5 years ago
Did you follow the readme
If you want to build static libraries for Android, you should install NDK. NDK r16 is required at the moment and you should also specify the ANDROID_NDK environment variable in your shell.
I did. Guess I had wrong ndk16 version, but that won't explain missing file :) Anyway I don't need to do it anymore.
I've followed setup instructions. I've found rules.mak file in contrib/src/png directory and changed the version here. Yet, running
./build.sh -p=android --libs=png --list
gives:
So it still thinks it's an older version. Anyway, I've tried to compile it:
./build.sh -p=android --libs=png
Which resulted:
Indeed, there's no such file. What's more, I don't even have tools directory.
So, what's going on?
I just need newer libpng version.