We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JAVA version 1.8 Android Studio 1.5 build.gradle
build.gradle
defaultConfig { applicationId "com.xxxx.handlerdemo" minSdkVersion 15 targetSdkVersion 23 versionCode 1 versionName "1.0" multiDexEnabled true } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:multidex:1.0.1' compile 'com.android.support:appcompat-v7:23.1.1' compile 'info.hoang8f:fbutton:1.0.5' }
the error message
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: info/hoang8f/widget/FButton.class
I search on google, but can't work...... How to solve it???
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JAVA version 1.8
Android Studio 1.5
build.gradle
the error message
I search on google, but can't work......
How to solve it???
The text was updated successfully, but these errors were encountered: