-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不支持安卓13吗 #1153
Comments
我的也是13也是直接闪退 |
MethodProxies的call里面改成这样就行了 integer can not cast to Long 但是新问题又出来了
|
我安卓13也是闪退,希望开发者能更新支持下 |
This is due to the fact that the class package mirror.android.content.pm;
import mirror.RefClass;
import mirror.RefConstructor;
public class PackageUserState {
public static Class<?> TYPE = RefClass.load(PackageUserState.class, "android.content.pm.PackageUserState");
public static RefConstructor<Object> ctor;
} On Android > 12 both Android 13 introduced a similar class |
闪退
The text was updated successfully, but these errors were encountered: