Couldn't find meta-data for provider with authority

后端 未结 10 1239
粉色の甜心
粉色の甜心 2020-12-05 10:12

I have integrated Snapchat\'s Creative Kit in my Android app. After processing, I receive an image from the server in the form of Byte Array which I am saving to the disk an

10条回答
  •  失恋的感觉
    2020-12-05 10:53

    Change the authorities to a unique name to solve the issue like

    android:authorities="${applicationId}.myUniquefileprovider"

    also in java code

提交回复
热议问题