You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i haven't encountered the error when i am using the library in two projects. I can only install either one application on testing devices and got this error when i try to install second application to same testing device. Both applications install successfully if i remove this library on either one project.
How do i solve this?
The text was updated successfully, but these errors were encountered:
Which I guess should have been android:authorities="${applicationId}.provider" like the provider above.
Stumbled upon this problem myself when tried to have two versions of the same app installed (using different applicationIdSuffix).
The solution I found was replicating the provider in the manifest of my app with the corrected android:authorities and using tools:replace to allow the override:
i haven't encountered the error when i am using the library in two projects. I can only install either one application on testing devices and got this error when i try to install second application to same testing device. Both applications install successfully if i remove this library on either one project.
How do i solve this?
The text was updated successfully, but these errors were encountered: