-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Can't set up SDK #3659
Comments
I was able to get it working by setting up the Elixir SDK through the "Project Structure" dialogue on another (non-Elixir) project. Then I could choose the SDK in the "New Project" dialogue without the error. But I still think this is a bug. I also figured out that "elixir-tut" is not a valid app name so I changed it to "elixir_tut". Is it possible that that caused the issue and it just displayed the wrong error? |
I had the same issue on MacOS with libs installed through brew. Also new to Elixir and unfortunately it halted my progress, with using IntelliJ, as didn’t know how to work around it. |
I'll see if I can figure out a good workaround for this..
Unfortunately Jetbrains has changed how SDKs work, so there are a few wonky
bugs with setting up the SDK, I have been unable to replicate it locally,
but I'm going to put effort into instead focusing on hopefully implementing
how they want custom languages to be done in 2024.x+ IDEs.
…On Sat, 16 Nov 2024 at 14:32, Alan Gabriel Bem ***@***.***> wrote:
I had the same issue on MacOS with libs installed through brew. Also new
to Elixir and unfortunately it halted my progress, with using IntelliJ, as
didn’t know how to work around it.
—
Reply to this email directly, view it on GitHub
<#3659 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABW62Z23LR3QFSTKMQ3RYT2A3RHVAVCNFSM6AAAAABRCYS4QCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBQGQ2DSNZZGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Describe the bug
I'm new to Elixir and Erlang and tried to set up the SDK in the IntelliJ plugin but wasn't able to do so. No matter what I try I get the error "Internal Erlang SDK is not in Elixir SDK. Set it before picking this Elixir SDK". And I'm pretty sure I set up the Erlang SDK before picking the Elixir SDK.
I'm on Windows 10 and installed both Erlang and Elixir through the Windows installer in D:\Programs...
I'm probably doing something wrong here but I couldn't find another way to get support.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to create an Elixir project after setting up and choosing Elixir SDK.
Screenshots
Logs
none
Desktop:
Erlang:
Elixir:
Plugin:
The text was updated successfully, but these errors were encountered: