Maybe I'm missing something but I don't really see, why the user shouldn't be able to specify the package name, like they are when using cargo-quad-apk (see here ).
I think there should be a package_name = "toplevel.domain.name" option in the Cargo.toml file
The naming scheme used by android apks normally involves using the domain, e.g.
com.google.<package name>
.Right now crossbundle seema to force
com.rust.<package name>
as the package name, as can be seen here :Maybe I'm missing something but I don't really see, why the user shouldn't be able to specify the package name, like they are when using
cargo-quad-apk
(see here ).I think there should be a
package_name = "toplevel.domain.name"
option in the Cargo.toml fileEDIT: added links