如何從proguard中解析此筆記。重複定義的含義是什麼?我需要解決這個問題嗎?如果是的話,如何解決?我也看到:proguard注意:程序類的重複定義com.facebook.android.R.string我該如何解決這個問題?
[proguard] Note: there were 625 duplicate class definitions.
[proguard] Initializing...
[proguard] Note: the configuration refers to the unknown class 'com.android.vending.licensing.ILicensingService'
我也看到:
[proguard] Reading program jar [/GoogleAdMobAdsSdk-4.3.1.jar]
[proguard] Note: duplicate definition of program class [com.google.ads.Ad] etc.
取出
injars bin/classes
有助於減少這種下降到200班。但是對於包括我在內的每個圖書館罐子,我都看到了上述內容。 Google analytics jar文件也一樣。
而且我看到:
[proguard] Note: duplicate definition of program class [com.test.activities.MyActivity]
凡MyActivity只出現在我的項目之一...我如何擺脫呢?
夥計們,如果這是一個基本的問題,請給出一個快速的答案! – 2012-04-26 20:42:15
我收到了幾乎所有在我的項目中的類。我非常肯定,我只爲每個類定義了一次 - 否則NetBeans不會編譯該項目。 – 2015-05-09 18:46:37
[Android Proguard Duplicate Definition]可能的重複(http://stackoverflow.com/questions/8805704/android-proguard-duplicate-definition) – THelper 2015-05-09 18:54:49