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

* idea: fixed -- manual adding of RoboVM SDK from File/Project structure #781

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

dkimitsa
Copy link
Contributor

intro

We use several components with Idea plugin that were marked deprecated for several years already. And seems in recent IDEA version 2024.1.1 we have an issue with RoboVM SDK being added and then removed. (check video)

As workaround while code is not migrated SDK should be added manually. But it wasn't working as well. This PR fixed it,

jdk-dissapear.mov

Fix:

  • It was failing due version was not returned
  • SDK paths were configured not on Writable scope

## Fix:
- It was failing due version was not returned
- SDK paths were configured not on Writable scope
@dkimitsa
Copy link
Contributor Author

a bit of investigation: its happening as we are adding SDK from RoboVM component (where we should not).
IDEA asynchronously loads SDKs from jdk.table.xml and applies the list.
as result previous list with RoboVM sdk is dropped

probably we just adding SDK not in proper place and time

@Tom-Ski Tom-Ski merged commit 1206cb6 into MobiVM:master Apr 16, 2024
1 check passed
@dkimitsa
Copy link
Contributor Author

the place, SDK to be added manually
image

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.

2 participants