Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(android)!: Remove AVD creation on --list #349

Merged
merged 3 commits into from
Oct 25, 2023

Conversation

jcesarmobile
Copy link
Member

@jcesarmobile jcesarmobile commented Oct 11, 2023

BREAKING CHANGE: removal of AVD creation feature

native-run android --list creates a new AVD for the installed SDK, even if there are AVDs already, and if the users have a SDK installed that native-run doesn't support yet it throws ERR_UNSUPPORTED_API_LEVEL. Which is a yearly problem since Android Studio installs latest SDK despite it's still beta and we don't support it until it's final around 6 months later.

By removing the AVD creation native-run logic simplifies and reduces maintenance burden of adding support every year and it won't be an issue for users installing unsupported SDKs.

closes #334
closes #332
closes #322
closes #321
closes #303
closes #257

@jcesarmobile jcesarmobile merged commit 2a310ff into develop Oct 25, 2023
5 checks passed
@jcesarmobile jcesarmobile deleted the remove-avd-creation branch October 25, 2023 11:25
github-actions bot pushed a commit that referenced this pull request Oct 26, 2023
# [2.0.0](v1.7.4...v2.0.0) (2023-10-26)

### Bug Fixes

* typo in android variable logs ([#318](#318)) ([3d9251f](3d9251f))

* chore!: support only node 16+ (#354) ([eb20983](eb20983)), closes [#354](#354)
* feat(android)!: Remove AVD creation on list (#349) ([2a310ff](2a310ff)), closes [#349](#349)

### BREAKING CHANGES

* drop node 10-14 support
* removal of AVD creation feature
@Ionitron
Copy link
Collaborator

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants