After I successfully integrated flurry SDK into the library by using this code in my build.gradle file.
compile 'com.flurry.android:analytics:6.8.0'
I created java Class to integrate my API Key into my code, and since Im running my app on an external device I suppose some data needs to show on my flurry account, but it is now four days and nothing changed, only zeros are showing on my dashboard ...
Also, i have this message on my java file
Class 'MyApplication' is never used
Ps: I'm new to android studio
You must specify MyApplication
in manifest file. It will not be used otherwise:
<application
android:name=".MyApplication"
....
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With