You can try out Chaquopy right now for free by cloning one of the example apps, or following the setup instructions in an app of your own.
The unlicensed SDK is fully functional, but apps built with it will display a notification on startup, and will only run for 5 minutes at a time. To remove these restrictions, a license is required.
To get a license key, please choose one of the following:
- Free license: for open-source apps
- Paid license: for closed-source apps
Activating a license
Once you have a license key, activate it by adding the following line to the project’s local.properties
file:
chaquopy.license=your_license_key
The notification and time limit will then be removed the next time you build your app.
If you’re using Chaquopy in an Android library module, you’ll also need to identify the app which the library will be built into:
chaquopy.applicationId=your.application.id