| import com.flurry.android.FlurryAgent; | |
| public class MyApplication extends Application { | |
| public void onCreate() { | |
| super.onCreate(); | |
| new FlurryAgent.Builder() | |
| .withLogLevel(Log.VERBOSE) | |
| .withLogEnabled(true) | |
| .build(this, FLURRY_APIKEY); | |
| //your code | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
unidaysgraham commentedNov 13, 2015
This needs updating to use
FlurryAgentnotFlurry- see gist https://gist.github.com/unidaysgraham/30de321fb8b9ea6c1f1f