-
Notifications
You must be signed in to change notification settings - Fork 155
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
Multiple PackageInstaller with Android 9.0 #287
Comments
Running |
I'll try that but I started from a fresh repo, I believe... |
Check and paste the exact error: this includes the paths/package names to both |
@MarijnS95 I can't seem to reproduce this anymore. Maybe I hadn't cleaned my tree after all. Now it works with me not having to disable or exclude GooglePackageInstaller at all. Just specifying Sorry for the noise. I think this can be closed now. |
I am using the
pico
variant because I just need Play services, but it seems the GooglePackageInstaller that is installed conflicts with the one that comes with Android 9.0. The error in logcat is:I then tried excluding the GoogleInstaller with:
That did not work either. Then I edited
opengapps-packages.mk
and commented out the following line:This ended up fixing the issue. Is there a more correct way to avoid this conflict?
The text was updated successfully, but these errors were encountered: