Google Play Example Error Code: 393238
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 setContentView(R.layou
Solution 1:
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.
Post a Comment for "Google Play Example Error Code: 393238"