-
-
Notifications
You must be signed in to change notification settings - Fork 117
Developer Guide
ZYROUGE edited this page Apr 12, 2023
·
1 revision
- Android Studio
- Node.js
- Pull in the dependencies using
npm install. - Run
npm run i18n:build(builds only translation files) ornpm run prebuildto generate the translation files.
- Generate required files using
npm run prebuild. - Use
gradlewor Android Studio to proceed with building/testing.