Skip to content
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

Can't install real play store (Didn't find class "androidx.startup.InitializationProvider") #159

Closed
LeVraiRoiDHyrule opened this issue Sep 2, 2024 · 2 comments

Comments

@LeVraiRoiDHyrule
Copy link

Hi,

I am trying to use this installer with real play store, using the method explained in the Readme. I've correctly added a play store apk, renamed it Phonesky.apk, and installed the addon. It correctly finds it and install it.

But then, regularly, the real play store crashes with the following logs:
https://paste.crdroid.net/LFyvmP

The error is the following: Didn't find class "androidx.startup.InitializationProvider"

Would you have an idea of what could be wrong?
I would really appreciate some help because I need the real play store to get play integrity to work, and this is required since a few weeks for my bank app so it could become a big problem.

Thanks in advance for any answer and have a nice day

@nift4
Copy link
Owner

nift4 commented Sep 2, 2024

This is caused by applying root hiding (Magisk Hide, DenyList, SafetyNet fix / Play Integrity fix and many other things) to Play Store. It creates a chicken egg problem: APK is added by Magisk, but Play Store can't see Magisk changes => Play Store can't see it's own APK. The easiest fix is to install the apk as user apk in addition, and system will see apk on partition and is happy and Play Store won't crash because it has userdata APK.

@nift4
Copy link
Owner

nift4 commented Sep 6, 2024

@nift4 nift4 closed this as completed Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants