I'm having some trouble adding OpenCV to a new Android project

后端 未结 3 1312
一个人的身影
一个人的身影 2021-01-05 07:28

I have made modifications to several example OpenCV projects within Android, however I am having some issues with using OpenCV successfully in a new Android project.

<
3条回答
  •  时光取名叫无心
    2021-01-05 07:55

    When you add OpenCV from Properties->Android->libarary->Add you need to leave "Is Library" checkbox unchecked. Go to Project->Properties->Android and uncheck "Is Library" and then try again. It should solve your issue (it did for me) but if it doesn't please take a look at the answers of this question as other people have found some other things to be helpful as well.

提交回复
热议问题