jackweiwang / Android-FaceDetection-UltraNet-MNN

Android face detection 30+ FPS, pretrained weight 1MB.
MIT License
118 stars 36 forks source link

A problem occurred configuring project ':app'. > java.lang.NullPointerException (no error message) #19

Closed YAwei666 closed 3 years ago

YAwei666 commented 3 years ago

do you encounter this problem? how to solve this? thank you

saikirantokala commented 3 years ago

add "ndk.dir" in local.properties file

and in app build.gradle defaultConfig, add ndkVersion. (ndkVersion '22.0.7026061')

jackweiwang commented 3 years ago

close the issue