Google play example Error code: 393238

前端 未结 1 1994
悲哀的现实
悲哀的现实 2020-12-20 03:53

I\'m following this sample for connect my application to the API of google. https://developers.google.com/games/services/training/signin

But when it passes by

相关标签:
1条回答
  • 2020-12-20 04:50

    You may refer with this related thread. One workaround is to lower your target to Android 23. If your targetSdkVersion is 24 or higher, you have to use FileProvider class to give access to the particular file or folder to make them accessible for other apps.

    0 讨论(0)
提交回复
热议问题