Lauszus / FaceRecognitionApp

Face Recognition Android App
GNU General Public License v2.0
506 stars 238 forks source link

Help me build this app #56

Closed starzs3cret closed 3 years ago

starzs3cret commented 4 years ago

In Android studio 4.0 and now era Android X library, and etc. I can't build this project. NDK 21.3.6528147, using same opencv and eigen. setting environment variable is done. still return error NDK aborting .. stop. Can someone explaining how to build this project? thanks.

furqanyasin commented 4 years ago

In Android studio 4.0 and now era Android X library, and etc. I can't build this project. NDK 21.3.6528147, using same opencv and eigen. setting environment variable is done. still return error NDK aborting .. stop. Can someone explaining how to build this project? thanks.

I double-checked that I already had the latest NDK installed (so that wasn't the solution for me). Next I did the following: Android Studio Menu -> File -> Project structure -> SDK Location. Here, no NDK was selected, so I selected the latest version. This solved the problem.

Lauszus commented 4 years ago

This app was tested with Android NDK r18, so please try that version if you are still having issues.

Lauszus commented 3 years ago

Closing due to lack of response.