How do I resolve this note from proguard. What are the implications of a duplicate definition? Do I need to fix this and if so how? I'm also seeing:
[proguard] Note: there were 625 duplicate class definitions.
[proguard] Initializing...
[proguard] Note: the configuration refers to the unknown class 'com.android.vending.licensing.ILicensingService'
I'm also seeing:
[proguard] Reading program jar [/GoogleAdMobAdsSdk-4.3.1.jar]
[proguard] Note: duplicate definition of program class [com.google.ads.Ad] etc.
taking out
injars bin/classes
helped reduce this down to 200 classes. But for each library jar I am including I am seeing the above. Same for Google analytics jar file.
And I am seeing:
[proguard] Note: duplicate definition of program class [com.test.activities.MyActivity]
Where MyActivity only appears in one of my projects ... how do I get rid of this?