-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Move windowsAndroidStudioPath
to a gitignored file?
#230
Comments
Hmm, good idea. Yea I hate that that's a thing. |
I think a |
What does the |
Now if the default or configured path doesn't exist, it will autodetect the path from windows registry. So there is no need to set the |
Auto detect does not work when Android Studio is installed through JetBrains Toolbox (for me at least). |
The change is not released yet |
same issue here , based on my attempts and this comment (desktop/desktop#7195 (comment)) Jetbrain does not have a fixed path for its tools. 😅 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
windowsAndroidStudioPath
is by definition dependent on the machine you are using. Committing this configuration to git so doesn't really make sense, as you probably would have to change it on every machine you are checking out the project.A better idea might be to have another configuration file for machine dependent settings that is ignored via
.gitignore
.The text was updated successfully, but these errors were encountered: