You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And this is my build.gradle dependencies:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:design:25.1.0'
compile 'com.nativelibs4java:javacl:1.0.0-RC4'
}
the 'libs' directory is empty.
Can anyone help me? Thanks~
The text was updated successfully, but these errors were encountered:
yang-le
changed the title
Gradle error under Android Studio
Error: Multiple dex files define Lorg/bridj/NativeObjectInterface
Dec 31, 2016
Hi, I want to use this lib in android. But I get following error:
Error:Execution failed for task ':app:transformClassesWithDexForDebug'.
And this is my build.gradle dependencies:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:design:25.1.0'
compile 'com.nativelibs4java:javacl:1.0.0-RC4'
}
the 'libs' directory is empty.
Can anyone help me? Thanks~
The text was updated successfully, but these errors were encountered: