Anke
October 14, 2021, 9:57pm
3
To be honest, I don't understand the question and even less the answer. And I actually thought that I was pretty familiar with Android's new file system.
I have added another detail to my overview (top right, see pink box) and thus completed the overview.
( I hope. )
[grafik]
From an Android point of view there are an → Internal Storage and an → External Storage .
1. Internal Storage
The Internal Storage can only be accessed with a rooted device.
1.1 The app package is saved in
/data/data/<packageName>/
In order to be able to debug your app, AI2 saves the assets for → Companion on devices with
Android ≥ 10 (API ≥ 29):
/storage/emulated/0/Android/data/edu.mit.appinventor.aicompanion3/files/assets/
Android < 10 :
/storage/emulated/0/Android/data/edu.mit.a…
1 Like