When I run the ionic capacitor run android
command, to launch my application in Android Studio, I get the error saying:
Unable to launch Android Studio." You must configure "linuxAndroidStudioPath" in your capacitor.config.json to point to the location of studio.sh, using JavaScript-escaped paths: example: { "linuxAndroidStudioPath": "/usr/local/android-studio/bin/studio.sh" }
but I configured the path my capacitor.config.json but the error persists.
Here's my capacitor.config.json file