amplify-cli icon indicating copy to clipboard operation
amplify-cli copied to clipboard

Default to "Android Studio" for Android CLI init flow

Open raphkim opened this issue 4 years ago • 0 comments

Is this feature request related to a new or existing Amplify category?

No response

Is this related to another service?

No response

Describe the feature you'd like to request

When running amplify init for an Android project, the default editor is set to Visual Studio Code rather than Android Studio. Changing this requires you to say "No" to the following confirmation and edit every single configuration manually.

raphk@88665a1eb0f6 AndroidSampleApp % amplify init
Note: It is recommended to run this command from the root of your app directory
? Enter a name for the project AndroidSampleApp
The following configuration will be applied:

Project information
| Name: AndroidSampleApp
| Environment: dev
| Default editor: Visual Studio Code
| App type: android
| Res directory: app/src/main/res

Describe the solution you'd like

Set default editor to Android Studio when initializing a new project for Android.

Describe alternatives you've considered

N/A

Additional context

No response

Is this something that you'd be interested in working on?

  • [ ] 👋 I may be able to implement this feature request
  • [ ] ⚠️ This feature might incur a breaking change

raphkim avatar Dec 16 '21 23:12 raphkim