tzutalin / build-opencv-for-android

An interactive script to download and build OpenCV and OpenCV contrib for Android
74 stars 40 forks source link

java folder is missing #14

Open AnhQuanTran opened 6 years ago

AnhQuanTran commented 6 years ago

With opencv version for android built-in on home page.

https://sourceforge.net/projects/opencvlibrary/files/opencv-android/3.4.0/opencv-3.4.0-android-sdk.zip/download

Folder structure as follows

image

java folder

image

native folder

image

libs folder

image

When we need to add opencv to android studio, we will use java folder and libs folder. But i tried your script and java folder is misssing when build process finished. I don't know how to add opencv to android studio How to fix it? Thanks

freedomRen commented 5 years ago

I got the same problem