Using the Android Device Monitor's file explorer to find your app's /data/data folder can be a great way to access local data stored by your app on the device. To do this, open the Device Monitor and select the ‘File Explorer’ tab. Then, select the ‘data’ folder followed by the ‘data’ folder inside it. Here you should definitely see your app's folder (named after your package name) containing all the local data stored by your app. It is important to note that this /data/data folder is unique to each app, so if you are looking for multiple apps you will have to search for their folders inside the /data/data folder. To access a particular file or folder, simply double click on it to view its contents. Hope that helps!