Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @leoafarias
as per #310, this PR will improve fvm a bit around Android Studio.
flutter_sdk
symlink again which was removed for 3-beta, but available in 2. After some research in [Feature Request] - Configure IDE path on "use" command #310 it seems that havingflutter_sdk
is the easiest way to work with dynamic SDKs in Android Studio, because Android Studio does not save one path to the SDK, but one path for each module. That seems to make trouble if fvm would start managing all those paths. So its best to leave it to Android Studio itself via the symlink.fvm doctor
in order to check ifDart_SDK.xml
contains$PROJECT_DIR
(correct) or$USER_HOME$
(incorrect) and will also check, if it points to theflutter_sdk
symlink.configuration.mdx
in a dedicatedandroid_studio.md
file.Please let me know, if there's anything else I can do in order to help with the Android Studio integration.