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.

pic05.png pic06.png

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

pic07.png pic08.png

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

pic10.png

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

pic11.png pic12.png

After that, functions from Navigation library must become accessible:

pic13.png pic14.png

Clone this wiki locally