Blurry
Blurry copied to clipboard
What targetSdk is needed to use this?
Im targeting 23 with build tools at 23.0.2 and trying to run the example in the README, but getting a gradle build error:
Error:duplicate files during packaging of APK
What could be causing this?
Yep. I have the same issue (though adding it): packagingOptions { exclude 'lib/armeabi-v7a/libblasV8.so' } How i can fix it?
I am found solution. Just use gradle >= 1.5.0 (For example): classpath 'com.android.tools.build:gradle:1.5.0'
Please be on 1.5.0 or later.