Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8284733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T11:13:08+00:00 2026-06-08T11:13:08+00:00

Is there a version of the Flurry SDK for Android 2.1? Thanks.

  • 0

Is there a version of the Flurry SDK for Android 2.1?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T11:13:09+00:00Added an answer on June 8, 2026 at 11:13 am

    Yes the Flurry SDK works for Android 2.1. What you need to do is following. Sign up here: http://www.flurry.com

    After this you’ll have to create a new Project, than do following steps:

    1. Add FlurryAgent.jar to your application’s classpath

      • If you’re using Eclipse, modify your Java Build Path, and choose Add External JAR… or use Gradle + Jcenter compile 'com.flurry.android:analytics:6.2.0'
      • If you’re using the SDK tools directly, drop it into your libs folder and the ant task will pick it up.
    2. Configure AndroidManifest.xml

    Required Permission:

    android.permission.INTERNET
    

    Required to send analytics data back to the flurry servers
    Optional Permission:

    android.permission.ACCESS_COARSE_LOCATION or android.permission.ACCESS_FINE_LOCATION
    

    If your application has location permissions, analytics will track where your application is being used. Without this, only country level location information will be available. To disable detailed location reporting even when your app has permission, call FlurryAgent.setReportLocation(false) before calling FlurryAgent.onStartSession() and no detailed location information will be sent.
    Specify a versionName attribute in the manifest to have data reported under that version name.

    3.Add calls to onStartSession and onEndSession

    Insert a call to FlurryAgent.onStartSession(Context, String), passing it a reference to a Context object (such as an Activity or Service), and your application’s API key [YOURAPIKEYRIGHTHERE]. We recommend using the onStart method of each Activity in your application, and passing the Activity (or Service) itself as the Context object – passing the global Application context is not recommended.

    public void onStart()
    {
       super.onStart();
       FlurryAgent.onStartSession(this, "YOURAPIKEYRIGHTHERE");
       // your code
    }
    

    Insert a call to FlurryAgent.onEndSession(Context) when a session is complete. We recommend using the onStop method of each Activity in your application. Make sure to match up a call to onEndSession for each call of onStartSession, passing in the same Context object that was used to call onStartSession

    public void onStop()
    {
       super.onStop();
       FlurryAgent.onEndSession(this);
       // your code
    }
    

    So long as there is any Context that has called onStartSession but not onEndSession, the session will be continued. Also, if a new Context calls onStartSession within 10 seconds of the last Context calling onEndSession, then the session will be resumed, instead of a new session being created. Session length, usage frequency, events and errors will continue to be tracked as part of the same session. This ensures that as a user transitions from one Activity to another in your application that they will not have a separate session tracked for each Activity, but will have a single session that spans many Activities. If you want to track Activity usage, we recommend using onEvent, described below. If you wish to change the window during which a session can be resumed, call FlurryAgent.setContinueSessionMillis(long milliseconds) before the first call to FlurryAgent.onStartSession.

    If you wish to change the window during which a session can be resumed, call FlurryAgent.setContinueSessionMillis(long milliseconds) before the first call to FlurryAgent.onStartSession.

    I hope I could help you!

    Have a great day!

    safari

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a version of require in ruby that either loads the whole file,
Is there a version of fnmatch for Windows? I'm trying to have the same
Is there a version of GreaseMonkey that prints ALL errors to the console, like
Is there a version of Visual Studio Team system 2008 Database Edition GDR -
I see there is version 1.5 and 3.0 beta , but I can't seem
Short Version: Is there a/what is the suggested way to return error details to
short version: Is there a good time based sampling profiler for Linux? long version:
Is there a log4net version built against Silverlight somewhere? Failing that, can someone suggest
Is there a new version of XML out? If so when was it released
Is there a shorthand version of this. I want to call one sequence and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.