Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this steps are really confusing... #15

Open
albjeremias opened this issue Feb 7, 2020 · 3 comments
Open

this steps are really confusing... #15

albjeremias opened this issue Feb 7, 2020 · 3 comments

Comments

@albjeremias
Copy link

So I have to run downloadAndInsertOpenCV? or download from OpenCV website???

What do you mean with unzipped opencv archive?

5. Run `./downloadAndInsertOpenCV.sh`.
6. Download manually the Android pack from https://opencv.org/releases.html (version 3.4.1).
7. Unzip the package.
8. Import OpenCV to Android Studio, From File -> New -> Import Module, choose sdk/java folder in the unzipped opencv archive.
@albjeremias
Copy link
Author

What does this mean? How should the file look like?

9. Update build.gradle under imported OpenCV module to update 4 fields to match your project's `build.gradle`<br/>

	a) compileSdkVersion<br/>
	b) buildToolsVersion<br/>
	c) minSdkVersion<br/>
	d) targetSdkVersion.

@piotr-s-brainhub
Copy link
Contributor

@albjeremias

Thanks for your suggestions.
We'll improve the README when we find some resources.

for me Unzip the package. -> unzipped opencv archive

@sikemullivan
Copy link

I didn't have wget installed. Running downloadAndInsertOpenCV.sh didn't do it's job till I installed it.

brew install wget

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants