DOCUMENT APP GENERATOR runs in the browser. There is nothing to install locally and no Android development environment to set up. You'll need at least one document source, and an EMM or adb to deploy the generated app.
Before you build, have the following to hand:
docs_config.json, import it first. Built-in document files and icons are not stored in the JSON, so attach those again before building.The result page contains:
docs_config.json.The update code is required to keep the same Android package name across rebuilds. Without it, the next build is a new app and will not update devices already running the earlier package.
Deploy the generated APK or AAB through your EMM as you would any other private managed app. Attach managed configuration if the EMM should update sources, folders, sync policy, network policy, theme mode, accent, or default view after install.
Built-in documents are copied from APK assets into private app storage. URL documents are fetched by the generated app, validated, stored privately, and refreshed by background sync.
Generated apps request INTERNET and ACCESS_NETWORK_STATE. They do not need runtime storage permission because documents live in private app storage.
After install, open the generated app and run a manual sync. Check the library status line, then open representative files from each type you plan to deploy.
For deeper sync diagnosis, capture:
adb logcat -s ManagedDocsSync
Are you in need of further help, or would you like to raise a feature request? You can: