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

fix(android): parse environment variable provided paths with fs.realpath #251

Conversation

ZaLiTHkA
Copy link

@ZaLiTHkA ZaLiTHkA commented Sep 6, 2022

this closes #244, as it allows native-run to function as designed when various aspects of the Android SDK installation are referenced by symbolic links instead of real folder paths.

…path`

this closes ionic-team#244, as it allows `native-run` to function as designed when various aspects of the Android SDK installation are referenced by symbolic links instead of real folder paths.
@ZaLiTHkA
Copy link
Author

ZaLiTHkA commented Sep 7, 2022

NOTE: as per my comment on the related issue, this PR isn't quite complete..

due to how Scoop installs the android-sdk "package", there are many more symbolic links involved that just the root entries that this PR caters for.

to re-iterate on my other comment: I would like to get back to this one, but I do not have time for this right now. as such, I'm going to close this PR for the moment. I'll work on the relevant changes in my fork as and when I have time, and start another PR when I have something worth sharing. 🖖🏼

@ZaLiTHkA ZaLiTHkA closed this Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

native-run can't find my installed SDK Platforms
2 participants