java.lang.NoSuchMethodError: android.view.View.setBackground
at fr.nicolaspomepuy.discreetapprate.AppRate.showAppRate(AppRate.java:568)
at fr.nicolaspomepuy.discreetapprate.AppRate.checkAndShow(AppRate.java:355)
To get rid of it I set the following two lines to use setBackgroundDrawable method (although I know it might not be the best fix):
I get the following exception report:
To get rid of it I set the following two lines to use setBackgroundDrawable method (although I know it might not be the best fix):