#How to modify `AndroidManifest.xml`, Gradle version, etc.?
1 messages · Page 1 of 1 (latest)
0.7alpha allows for manifest changes. You add to dioxus.toml the path to your manifest via [application]
android_manifest = "path to manifest file"
Further mods to generated android bits can only be done by building the app with DX build and then modifying what you need to modify in target/DX..., then manual gradle build and install the apk with adb. No DX serve so you lose hot reload and need to use android logging... But it does work!