Installing SDK
Manual SDK Integration
About this task
Correct placement of these files is mandatory to ensure proper SDK initialization, configuration loading, and runtime execution.
SDK Files and Project Structure
About this task
| Filename | Project Location |
|---|---|
| DiscoverBasicConfig.properties | assets/ |
| DiscoverAdvancedConfig.json | assets/ |
| DiscoverLayoutConfig.json | assets/ |
| DCXCoreBasicConfig.properties | assets/ |
| DCXCoreAdvancedConfig.json | assets/ |
| discovermod.jar | libs/ |
| dcxcore.jar | libs/ |
Note:
- All JAR files must be added to the application’s build path to ensure they are included during compilation and runtime.
- Configuration files placed in the assets/ directory are loaded by the SDK at runtime and should not be renamed or relocated.