Blurry icon indicating copy to clipboard operation
Blurry copied to clipboard

What targetSdk is needed to use this?

Open Orbyt opened this issue 9 years ago • 3 comments

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?

Orbyt avatar Jan 14 '16 23:01 Orbyt

Yep. I have the same issue (though adding it): packagingOptions { exclude 'lib/armeabi-v7a/libblasV8.so' } How i can fix it?

SmallyM avatar Feb 07 '16 11:02 SmallyM

I am found solution. Just use gradle >= 1.5.0 (For example): classpath 'com.android.tools.build:gradle:1.5.0'

SmallyM avatar Feb 07 '16 19:02 SmallyM

Please be on 1.5.0 or later.

wasabeef avatar Feb 08 '16 16:02 wasabeef