docker-android
docker-android copied to clipboard
[🐛 Bug ]: Add backslash to 155 string of emulator.py
Operating System
24.04.2 LTS (Noble Numbat)
Docker Image
budtmo/docker-android:android_13
Expected behaviour
It is necessary to escape the backslash at 155:100 emulator.py
al=self.api_level, d=self.device.replace(" ", "\\ ")
Actual behaviour
emulator.py:
...docker-android\cli\src\device\emulator.py:154: SyntaxWarning: invalid escape sequence '\ ' al=self.api_level, d=self.device.replace(" ", "\ "),
Logs
No response