To configure kony-sdk.jar file, follow these steps:
The New Project screen appears.
Company Domain: Enter company domain. (Android Studio generates the package name in reverse order).
Your project is created. Now You need add the required Kony SDK libraries to the project.
Kony Android SDK.zip
.kony-sdk.jar
and paste it to /app/libs/
folder in your project.libs.zip
(downloaded from kony sdk.) You will get all the required SDK libraries for your project.Copy all the jar files from the SDK libraries and paste them to /app/libs/
folder in your project.
Create a folder named jniLibs (if not present) at /app/src/main/
location. Copy the all the folders containing *.so files (armeabi, armeabi-v7a, mips, x86) into the jniLibs. Your project folder structure should look like.
AndroidManifest.xml
:<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
The Kony-Android-SDK
is now successfully configured in your project. Now you can use Kony APIs for Android platform.
Copyright © 2020 Kony, Inc. All rights reserved. |