diff --git a/ndk-build2/src/apk.rs b/ndk-build2/src/apk.rs index ea3cf21..1dffd46 100644 --- a/ndk-build2/src/apk.rs +++ b/ndk-build2/src/apk.rs @@ -586,6 +586,8 @@ impl Apk { .arg("list") .arg("package") .arg("-U") + .arg("--user") + .arg("0") .arg(&self.package_name); let output = adb.output()?;