Closed oomeow closed 1 year ago
You can check the AVD config in the output screen to confirm the SDK path settings.
Below is the sample in VSCode
I've checked that the settings are no problem.
The path of the AVD created in the plugin is different from the path created in the terminal.
The path after avd is created is not the path I specified
Platform:Ubuntu 22.04.2 LTS
I've set the relevant environment variables ( At last,
$USER
has replace my username ):When I create an avd using with this plugin, the path is "~/.android/avd" But When I create an avd using the "avdmanager" command in the ubuntu terminal, the path is specified by an environment variable ( /home/$USER/android/avd )