Save game system doesn´t work on Android 10 (API 29)

Hi. @anonymous_user_50949673

Make sure the package game have permissions READ/WRITE

Check via adb:

$ adb shell dumpsys package com.package.name

$ adb shell pm grant com.package.name android.permission.READ_EXTERNAL_STORAGE

$ adb shell pm grant com.package.name android.permission.WRITE_EXTERNAL_STORAGE

If any problem let me know. My discord Andrew Bindraw #9014

Let’s continue in my discord Andrew Bindraw #9014

Yes, just write those command into a command prompt

For some reason my pc don’t recognize $ as a command. Is there any way around this?

Hello, I updated my android game and I had to set API level to 29 as Google play require. Save game system worked on the previous version but now it doesn’t. I tried to find a solution on the internet but nothing seems to work. Here is a post I made on Reddit: / there are screenshots and videos of my game. If you need more photos let me know. Thanks :slight_smile:

Firstly, thanks for answer :slight_smile: So I should just write those command into a command prompt? (I am sorry I don’t work with adb very often)