Where does ionic look for android studio?

This can be specified in the capacitor.config.json, like this:

  ...
  "linuxAndroidStudioPath":"studio"
}

By default it looks for usr/local/android-studio. In this directory was indeed an old installation.

1 Like