I want to have a JSON file where i can read and write data in my app. And i want to create the file during development. Not during the app download on the phone storage. Since all file under /res are read-only where can i put my JSON file ? Certainly in the internal storage of my app but is it accessible from Android Studio?
Thanks for your time.