Create DLL
This section outlines the steps required to convert the .aar
framework file into a .dll
file using Visual Studio:
- Create a new Binding Project:
- From the home page, select
New → Android Library → Bindings Library
- From the home page, select
- Add the Framework:
- In the file explorer, right-click on the
Jars
directory and selectAdd → Existing file
- Locate and select your
smartscan-release.aar
framework file
- In the file explorer, right-click on the
- Generate the DLL:
- Set the build mode to
Release
and build the project - Once the build is complete, retrieve the
.dll
file from the/bin/<project_name>.dll
folder
- Set the build mode to