google-research / google-research/android_world
[BUG] db not exist when initialize the task VlcCreatePlaylist
- Dominant language
- Python
- Stars
- 906
- Forks
- 186
- Avg merge
- 1h 21m
- Merged PRs (30d)
- 1
Description
When initializing task VlcCreatePlaylist and run _clear_playlist_dbs(), it shows `"/data/data/org.videolan.vlc/app_db does not exist."`. I try to check the app through adb shell, and found the following files:
```
emu64x:/ # ls -l /data/data/org.videolan.vlc/
total 48
drwxrwxrwx 2 u0_a191 u0_a191 4096 2023-10-15 15:37 app_keystore
drwxrwxrwx 2 u0_a191 u0_a191 4096 2023-10-15 15:37 app_soundfont
drwxrwxrwx 3 u0_a191 u0_a191 4096 2023-10-15 15:37 app_vlc
drwxrwxrwx 2 u0_a191 u0_a191_cache 4096 2023-10-15 15:37 cache
drwxrwxrwx 2 u0_a191 u0_a191 4096 2023-10-15 15:37 databases
drwxrwxrwx 2 u0_a191 u0_a191 4096 2023-10-15 15:34 shared_prefs
```
How to fix this?
Contributor guide
Assessment
This issue has not been assessed yet.