How to import libraries in Extension builder?

The .nix file is the project file of the particular extension you are building, and .aix file is the actual extension.

  • To download the project file i.e .nix click Export Project
    export_project

  • To build the extension and get the actual extenion file i.e .aix click Compile Extension
    compile_extension

  • To upload an external library click “Libraries”
    export_project

I hope its clear now

1 Like