Overview
This section provides everything you need to start debugging the NowInAndroid example app directly in Android Studio or IntelliJ IDEA.
You will learn
- How to install the Koin IDE Plugin
- How to set up the Kotzilla SDK to start debugging the Now In Android app
- See the first issues of the NowInAndroid app automatically identified by the platform, right in your IDE
Prerequisites
Before you begin 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.