ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

Gradle Build Failed

Open stripathi669 opened this issue 10 years ago • 4 comments

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.

stripathi669 avatar Apr 10 '15 00:04 stripathi669

The solution provided on following stack overflow links does NOT work:

link: http://stackoverflow.com/questions/24506800/android-studio-gradle-icon-error-manifest-merger

stripathi669 avatar Apr 10 '15 00:04 stripathi669

using tools:replace="android:icon" should solve the issue.

Leandros avatar May 08 '15 12:05 Leandros

version 1.3 has resolved this issue, use this in gradle

compile 'com.github.traex.expandablelayout:library:1.3'

qichuan avatar May 09 '15 04:05 qichuan

@qichuan // version = VERSION_NAME // group = GROUP how shoule i do here please

kscMaster avatar Oct 20 '16 02:10 kscMaster