Android appCompat issue with samsung and wiko
问题 currently I have a little problem with my application, everything works fine on most devices but on some samsung and wiko I get this error : java.lang.NoClassDefFoundError: android.support.v7.internal.view.menu.MenuBuilder I saw some answers on the internet where they said to add the line below in the proguard file, in my case this doesn't work -keep class !android.support.v7.internal.view.menu.**, ** { *; } My app is compound of 2 modules(so I have 2 proguard file), 1module is for the main