mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-05 02:22:55 +01:00
feat: add helpful message if CantFindFrameworkResException is thrown
This commit is contained in:
parent
192f9cb627
commit
a6138f3be4
@ -27,5 +27,10 @@ public class CantFindFrameworkResException extends AndrolibException {
|
|||||||
return mPkgId;
|
return mPkgId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getMessage() {
|
||||||
|
return String.format("Can't find framework resources for package of id: %d", this.getPkgId());
|
||||||
|
}
|
||||||
|
|
||||||
private final int mPkgId;
|
private final int mPkgId;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user