libzip-android
libzip-android copied to clipboard
zipconf.h: No such file or directory
i'm on window7 and android studio 1.5 and experimental 0.4, when i build project, appear this error
Error:(59, 21) zipconf.h: No such file or directory
but zipconf.h exists in jni folder.
https://github.com/Homebrew/homebrew/issues/13390
how in experimental send "brew --config" :(
Are you building with ndk-build or with the new gradle-based ndk buildsystem ? On Jan 4, 2016 12:55 PM, "H.Zandi" [email protected] wrote:
i'm on window7 and android studio 15 and experimental 04, when i build project, appear this error
Error:(59, 21) zipconfh: No such file or directory
but zipconfh exists in jni folder
— Reply to this email directly or view it on GitHub https://github.com/julienr/libzip-android/issues/2.
i build it with ndk block config in gradle file and experimental plugin
I haven't used the new gradle ndk functionality yet. In my current projects, I use the approach described here with a manual ndkBuild
task :
http://ph0b.com/android-studio-gradle-and-ndk-integration/#mygradlefile