-
Notifications
You must be signed in to change notification settings - Fork 1.3k
i have problem with proguard #449
Comments
Same issue: |
Finally managed to use remove library and import the classes only I required |
mee too .Can't find common super class of [com/rey/material/widget/ListPopupWindow$DropDownListView] (with 2 known super classes) and [android/view/View] (with 2 known super classes) |
I caught with same issue. Please provide the "proguard-rules. pro". |
I am having same issue now. when I tried to generate signed apk. please anyone tell me how to resolve this ASAP. |
I caught with same issue. Please provide the "proguard-rules. pro". |
+1 |
Hi,
Hope it s help |
Hi, So remove this library from your project and just take whatever you want from it and just manually import the classes into your app so it doesn't get stuck. |
Any update about proguard issue? its been more than 8 months. i am still could not get through this issue. |
please update library version to 1.2.5 and add -keep class com.rey.material.** { ; } -dontwarn com.rey.material.* in proguard. This issue is solved!. |
@rey5137 This issue is still unsolved! |
i added this rule on my proguard-rulse.pro
-dontwarn com.rey.material.**
and then i got this error when i tried to make a release version :
Warning:Exception while processing task java.io.IOException: java.lang.IllegalArgumentException: Can't find common super class of [com/rey/material/widget/ListPopupWindow$DropDownListView] (with 2 known super classes) and [android/view/View] (with 2 known super classes)
Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'.
Any idea?
The text was updated successfully, but these errors were encountered: