Skip to content

Android Studio Integration

PavelTychinin edited this page Nov 15, 2021 · 6 revisions

Navigation library can be easily integrated with existing or new Android Studio projects. The process is pretty straightforward, you can overcome the following steps:

Step 1. Open/create your Android Studio project. Select "Project" view mode.

Step 2. Go to "YourApp > app > build" element, right click on it and select option "New > Directory". Create a new directory "libs".

Step 3. Copy Navigation library file "NavigineSDK.jar" to that directory with any file manager. Now file "NavigineSDK.jar" should appear in Android project.

Step 4. Right-click on that file and select option "Add as library".

After that, functions from Navigation library must become accessible:

Clone this wiki locally