diff --git a/FAQ---Frequently-Asked-Questions.md b/FAQ---Frequently-Asked-Questions.md index 6cf0e91..486c4c8 100644 --- a/FAQ---Frequently-Asked-Questions.md +++ b/FAQ---Frequently-Asked-Questions.md @@ -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? -----