ExpandableLayout
ExpandableLayout copied to clipboard
Gradle Build Failed
Hi,
when I add your dependency in .gradle file, I get following error:
Attribute application@icon value=(@drawable/ic_silent_hill) from AndroidManifest.xml:30:9
is also present at com.github.traex.expandablelayout:library:1.2.2:13:9 value=(@drawable/ic_launcher)
Suggestion: add 'tools:replace="android:icon"' to <application> element at AndroidManifest.xml:27:5 to override
I tried tools:replace="android:icon" and nothing happens, and it still gives the same error.
The solution provided on following stack overflow links does NOT work:
link: http://stackoverflow.com/questions/24506800/android-studio-gradle-icon-error-manifest-merger
using tools:replace="android:icon" should solve the issue.
version 1.3 has resolved this issue, use this in gradle
compile 'com.github.traex.expandablelayout:library:1.3'
@qichuan // version = VERSION_NAME // group = GROUP how shoule i do here please