Skip to main content
Version: 4.1.1

Create DLL

This section outlines the steps required to convert the .aar framework file into a .dll file using Visual Studio:

  1. Create a new Binding Project:
    • From the home page, select New → Android Library → Bindings Library
  2. Add the Framework:
    • In the file explorer, right-click on the Jars directory and select Add → Existing file
    • Locate and select your smartscan-release.aar framework file
  3. 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