From f8bb74ce4382d3fe89ea95cf40dbe8e342b14bc7 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Fri, 3 Dec 2021 09:13:59 -0400 Subject: [PATCH] Fixed command quote --- FAQ---Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -----