- Download a NDK
- Unzip a NDK in folder
- In NDK folder create folder "jni"
- Download a sources from GitHub
- Unzip sources in folder "jni"
- Start the ndk-build.bat
- After library was built go to: "libs/armeabi-v7a"
- Insert the libVCMP.so in APK from sources (Its important cause original APK doenst work properly)
- Install APK
- Enjoy :)
First day of Developing