This commit is contained in:
Jean-Marie Mineau 2025-06-18 16:47:34 +02:00
parent be241e9fd1
commit 3a0b9bbf67
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -2925,7 +2925,7 @@ impl Apk {
match writer.add_class(class_) {
Ok(()) => (),
Err(DexWritterError::OutOfSpace(err)) => bail!(
"{name} dex file has to many class/method/field to be serialize in dex format ({err}). You might want to use `Apk::redistribute_classes() before serializing`"
"{name} dex file has too many class/method/field to be serialize in dex format ({err}). You might want to use `Apk::redistribute_classes() before serializing`"
),
}
}