You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use-case for this extension is to assist running a MAUI app which will run only under WinUI. I have found that the extension fails to load if there is no installed Android SDK.
To work around this, I have made the following changes to the local files for the extension (version 1.71.0):
// resources.jsexports.messageAndroidSdkNotFound="Android SDK Path not found. Make sure you have installed a supported Android SDK.";
This allows the extension to keep loading, displaying a warning to the user instead of dropping an exception into the extension host log.
Logging as an issue, rather than a PR, to enable discussion and in case there is a more elegant way that loading without an installed Android SDK can be achieved.
The text was updated successfully, but these errors were encountered:
My use-case for this extension is to assist running a MAUI app which will run only under WinUI. I have found that the extension fails to load if there is no installed Android SDK.
To work around this, I have made the following changes to the local files for the extension (version 1.71.0):
This allows the extension to keep loading, displaying a warning to the user instead of dropping an exception into the extension host log.
Logging as an issue, rather than a PR, to enable discussion and in case there is a more elegant way that loading without an installed Android SDK can be achieved.
The text was updated successfully, but these errors were encountered: