Skip to main content

Overview

Welcome to the Kotzilla Platform get started guide! In this guide, we’ll work with the NowInAndroid app by Koin as our example project.

You will learn:

1. How to set up the Kotzilla Platform in minutes

  • Quickly register your first app in Kotzilla.
  • Step-by-step configuration of the Kotzilla SDK using the NowInAndroid app example.

2.- Validate the Kotzilla SDK configuration and start debugging

  • Run your app and create your first user session

3.- Identify the first issue in your app

  • How to start using Kotzilla to identify and solve your first issue in the app.

Prerequisites

Before you begin, please complete these two prerequisites:

  1. Create a Kotzilla account
  2. Clone the NowInAndroid app in your Android Studio:
    • Open Android Studio and select "Check out project from Version Control" from the Welcome screen. If a project is already open, go to File > New > Project from Version Control > Git.
    • In the URL field, paste the URL of the NowInAndroid repository for Koin.
    • Click "Clone." Android Studio will clone the repository to your local machine and open it.