Skip to content

Latest commit

 

History

History

AmpliApp

Ampli Android SDK (Java)

An example app using the Ampli Android SDK

Usage

Setup the project

You will need to do the following before running the app.

  1. Configure Android SDK path

    • Set ANDROID_SDK_ROOT in your environment, or
    • Create a local.properties file and set sdk.dir to your Android SDK path. See local.properties.example.
  2. Update secrets.xml with your Amplitude API key:

    <?xml version="1.0" encoding="utf-8"?>
    <resources>
        <string name="AMPLITUDE_API_KEY">your-amplitide-api-key</string>
    </resources>

Run the App

Run the application using Android Studio or your favorite IDE.

Pull your Ampli SDK

If you want to use your own tracking plan to generate the Ampli SDK:

  1. npm i -g @amplitude/ampli
  2. ampli pull
  3. Update MainActivity.java to track your events.

Project structure

  • README.md - you are here *
  • app/src/main/java/
    • com/example/ampliapp/
    • com/amplitude/ampli/
      • *.java - Generated SDK, don't modify by hand. Update with ampli pull
      • schema.json - The full event schema for the tracking plan