Piruin Panichphol

Results 2 comments of Piruin Panichphol
trafficstars

It may cause by conflict with other library in your gradle try this may resolve your problem ``` android { ... packagingOptions { pickFirst 'lib/armeabi/libopencv_java3.so' } } ``` I found...

Did you add this line? ``` repositories { maven { url "https://dl.bintray.com/blazei/maven" } } ```