Skip to content
New issue

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

Cannot compile Android project with D8 Compiler #38

Closed
vincent-paing opened this issue Jun 12, 2018 · 1 comment
Closed

Cannot compile Android project with D8 Compiler #38

vincent-paing opened this issue Jun 12, 2018 · 1 comment

Comments

@vincent-paing
Copy link

I can't seem to build the project after adding Sonar and enabling d8 compiler in gradle.properties with
android.enableD8=true. I got the following error when I run with gradlew clean assemble

> Task :app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED
D8: Program type already present: android.support.v4.app.BackStackRecord$Op

Removing Sonar dependency in gradle and running again works. Happening on Android Studio 3.2 with SDK Version of 28

@passy
Copy link
Member

passy commented Jun 12, 2018

Closing in favour of #41.

@passy passy closed this as completed Jun 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants