libzip-android icon indicating copy to clipboard operation
libzip-android copied to clipboard

zipconf.h: No such file or directory

Open hzandi opened this issue 9 years ago • 3 comments

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" :(

hzandi avatar Jan 04 '16 11:01 hzandi

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.

julienr avatar Jan 04 '16 12:01 julienr

i build it with ndk block config in gradle file and experimental plugin

hzandi avatar Jan 04 '16 17:01 hzandi

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

julienr avatar Jan 05 '16 12:01 julienr