Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

One of the SDK requires com.commonsware.cwac:merge:1.1.1 in my project. So i added it. After adding it one of the SDK that was working fine before, started crashing. If i remove com.commonsware.cwac:merge:1.1.1, it works fine again.

When i check dependency-tree of my older project(The one which does not have commonsware1.1.1 defined in the gradle file) Thecommonsware library does not appear in dependency-tree, but when i check the Method Count It displays commonsware methods there in the method count list.

enter image description here

After adding commonsware in the gradle file,

compile 'com.commonsware.cwac:merge:1.1.1'

It displays commonsware in the dependency-tree as well as in method-count, but commonsware is displaying 63-Methods in Method Count here.

enter image description here

This may be the reason that after adding the commonsware1.1.1, the app is crashing on the older SDK.

The 2 commonsware libraries may be conflicting, Kindly guide me how to tackle this.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
194 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...