wsl windows ionic launch to Android Studio is lacking documentation

Documentation Missing Regarding Next Steps
Docker Install
WSL2 install
Ionic Install and Run - web test “mobile” project launches on web successfully
SDK Install on WSL2 and Windows
adb.exe server
Android Studio Installed on Windows
Android Studio Install on WSL
studio.sh installed and ran on WSL
“mobile” test project capacitor.config.json file linked “linuxAndroidStudioPath”: “/usr/local/android-studio/bin/studio.sh”

Continuously getting error
[error] 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" }

What am I missing?