florent37 / ExpansionPanel

Android - Expansion panels contain creation flows and allow lightweight editing of an element.
https://material.io/guidelines/components/expansion-panels.html
Apache License 2.0
1.98k stars 239 forks source link

Compile error #27

Closed adriantache closed 6 years ago

adriantache commented 6 years ago

Program type already present: com.github.florent37.expansionpanel.R$dimen Message{kind=ERROR, text=Program type already present: com.github.florent37.expansionpanel.R$dimen, sources=[Unknown source file], tool name=Optional.of(D8)}

Caused by: com.android.builder.dexing.DexArchiveBuilderException: Failed to process C:...\app\build\intermediates\transforms\instantRunSlicer\debug\1

Caused by: com.android.builder.dexing.DexArchiveBuilderException: Error while dexing.

Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complete

Caused by: com.android.tools.r8.utils.AbortException

adriantache commented 6 years ago

Fixed by running a clean build, sorry.