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
Jarsdirectory and selectAdd → Existing file - Locate and select your
smartscan-release.aarframework file
- In the file explorer, right-click on the
- Generate the DLL:
- Set the build mode to
Releaseand build the project - Once the build is complete, retrieve the
.dllfile from the/bin/<project_name>.dllfolder
- Set the build mode to