Fixed command quote

Alex Szpakowski
2021-12-03 09:13:59 -04:00
parent 1674cef725
commit f8bb74ce43
+1 -1
@@ -16,7 +16,7 @@ You can copy the game to the device using
And run the game with
```adb shell am start -S -n "org.love2d.android/.GameActivity" -d "file:///sdcard/superawesomegame.love```
```adb shell am start -S -n "org.love2d.android/.GameActivity" -d "file:///sdcard/superawesomegame.love"```
I can't start audio recording/love.audio.getRecordingDevices() is empty. Why?
-----