You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, guys,
I am willing to add your component to my Android project using Android Studio and gradle.
After adding it directly as a dependency in gradle file like:
my project successfully compiles and I can import AppRater in my Application class. But as soon as I try to create new AppRater(getApplicationContext()) and run app I am receiving error like:
com.application.appratertest E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: com.application.appratertest, PID: 30907
java.lang.NoClassDefFoundError: com.enrique.mymodule.app.R$string
at com.enrique.apprater.AppRater.showRateDialog(AppRater.java:57)
at com.enrique.apprater.AppRater.init(AppRater.java:47)
Can you please provide some instructions of how I can add AppRater properly when using Android Studio and gradle ? Thank you!
The text was updated successfully, but these errors were encountered:
Hi, guys,
I am willing to add your component to my Android project using Android Studio and gradle.
After adding it directly as a dependency in gradle file like:
my project successfully compiles and I can import
AppRater
in myApplication
class. But as soon as I try to createnew AppRater(getApplicationContext())
and run app I am receiving error like:Can you please provide some instructions of how I can add AppRater properly when using Android Studio and gradle ? Thank you!
The text was updated successfully, but these errors were encountered: