Miaxis Fingerprint Getting Startded Guide
Miaxis Fingerprint Getting Startded Guide
1.Introduction
Welcome to use SM-9X SDK. This document will introduce how to use SM-9X SDK for development in
Android.
2.SDK Contents
The SDK contains libraries and demo needed for the development of SM-92M-S,Contains the following
directories:
/apk or /bin
The apk or bin folder contains the compiled binary files, which can be installed directly on the
Android device.
/demo
The demo folder is the source code corresponding to the apk file, which can be opened using Android
Studio .
NOTE:
The library (.so & .jar & .aar) file is included in the demo and is not provided separately.
3.Development Guide
3.1 Configure your project
This lesson shows you how to create a new Android project using Android Studio and introduces some of
the files in the project.
Create a new Empty Activity application project,You can refer to Android Developer to create an Android
project.
The SDK needs to work with JDK 1.8, open build.gradle, add a configuration inside, as shown in the figure:
First, switch to the project view. Click on Android and select Project .As shown below:
No. 2 / 8
MIAXIS - 2023-05-08
Then, copy the aar from the demo project to the lib directory of your project, as shown below:
NOTE:
No. 3 / 8
MIAXIS - 2023-05-08
3.1.4 Congratulations
Congratulations, you have completed all the preparations, then you can refer to the Sample Code to learn
how to use our API.
int fd = mDriverApi.openDevice();
if (fd >= 0) {
// Open successfully !
// 0 means it has been opened before
} else {
// process error code
}
No. 4 / 8
MIAXIS - 2023-05-08
imageView.setImageBitmap(bitmap);
} else {
//process error code
}
Create FMR :
NOTE:
See the Justouch Fingerprint Verification SDK.pdf for more Justouch apis.
No. 5 / 8
MIAXIS - 2023-05-08
No. 6 / 8
MIAXIS - 2023-05-08
3.4.1 Module
No. 7 / 8
MIAXIS - 2023-05-08
Official website:
www.miaxis.net , www.miaxis.com
Tel. :
+86 571 8195 1610
Fax:
+86 571 8195 1600
E-mail :
No. 8 / 8