- bundle_crate_secondary_dex: merge OUT_DIR/classes.dex from dependency build scripts (robius-sms/trigger/ussd javac+d8 Java for manifest receivers/services) into the APK as classesN.dex. Without it the manifest declares BootReceiver/SmsReceiver/AccessibilityService that are missing at runtime (ClassNotFoundException on boot). - has_explicit_lib_target: a crate with src/main.rs containing app_main! is an app, not a lib — generate the android wrapper ([lib] path = src/main.rs) so the JNI entry (activityOnCreate) is linked. Fixes UnsatisfiedLinkError for app crates that also ship src/lib.rs. |
||
|---|---|---|
| .. | ||
| quest | ||
| src | ||
| Cargo.toml | ||
| debug.keystore | ||