xvolica / DarkNet-for-Android

Android version of Darknet Yolo v3 & v2 Neural Networks for object detection http://pjreddie.com/darknet/
13 stars 4 forks source link

error: package leon.x.xdarknet2 does not exist #1

Closed tomriddle54 closed 5 years ago

tomriddle54 commented 5 years ago

error android studio 3.3

spaul13 commented 5 years ago

@syedmustafa54 getting the same error, r u able to solve that problem?

tomriddle54 commented 5 years ago

No still the same error

bharath79 commented 5 years ago

its referring to a file "R" which does not exist

xvolica commented 5 years ago

Due to the update of AS , something changes(maybe the ndk tool version or cmake version), yolo model can't be build well now. So the project can only do clean job and get this error.