This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 137
ContentProvider not found #26
Comments
you have to define the android:authorities variable |
You have to put AndroidManifest.xml into the Assets/Plugins/Android directory. |
There may be missplacement of Manifest.xml. |
With the latest release, ContentProvider is automatically added to the AndroidManifest with a unique authorities string. So hopefully we will no longer encounter this issue. P.S. Asset Store version isn't updated yet, only the GitHub version is up-to-date. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am testing the plugin on Android and when I try to share a video, noting occurs. Using the monitor app to check the console, when I try to share the video, the log shows something like "ContentProvider not found!".
I added this AndroidManifest.xml in the Assets/Plugins directory:
The same message is shown in the console and the video can not be shared. I have been struggling with this all the day and I do not find the problem..
Any idea?
Many thanks in advance!!
The text was updated successfully, but these errors were encountered: