After packaging the game into an AAR file and integrating it into the Android application, it doesn't run. #3019
-
After packaging the game into an AAR file and integrating it into the Android application, it doesn't run. The reason might be that the configuration file cannot be read during initialization. How can I make the program read and write files in relative paths under the Android project? |
Beta Was this translation helpful? Give feedback.
Answered by
hajimehoshi
Jun 13, 2024
Replies: 1 comment
-
I've not used filesystem in Android. What about using SQLite or other local storages? https://developer.android.com/training/data-storage/sqlite |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zhanjunjie2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've not used filesystem in Android. What about using SQLite or other local storages? https://developer.android.com/training/data-storage/sqlite