注册完后会有引导
Getting the Flurry SDK into your app is easy. Just include the following in your build.gradle
file:
// In your main app's Gradle config file:
dependencies {
compile 'com.flurry.android:analytics:12.3.0@aar'
/*
* Optional library to help monetizing your app with ads.
* If you include the ads library, you do not need to include
* the analytics library as it is a transitive dependency.
*/;
// compile 'com.flurry.android:ads:12.3.0@aar';
// ... other dependencies
}