Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upUnable to start RoboVM iOS in IntelliJ due to NullPointerException #242
Comments
This comment has been minimized.
This comment has been minimized.
hi, please check you run configuration: before launch section. there should be 'Build' item in the list. if it is not -- add it manually. |
This comment has been minimized.
This comment has been minimized.
fechy
commented
Dec 10, 2017
This comment has been minimized.
This comment has been minimized.
Longri
commented
Dec 10, 2017
I'm having the same error, after the update to 2017.3 latest PlugIn-snapshot (10-Dec-2017 00:11) |
This comment has been minimized.
This comment has been minimized.
hi, updated to 2017.3 and was not able to run debug build of plugin as every open dialog just hang. Rolled back to 2017.2 for now. Will be back on it once there is something from Intellij (https://youtrack.jetbrains.com/issue/IDEA-183584) |
This comment has been minimized.
This comment has been minimized.
fechy
commented
Dec 12, 2017
Update just FYI, tried new IntelliJ 2017.3.1 update and the latest RoboVM 2.3.4-SNAPSHOT Plug in and the same result. |
luveti
closed this
Dec 13, 2017
luveti
reopened this
Dec 13, 2017
This comment has been minimized.
This comment has been minimized.
Oops didn't mean to close that! I wanted to point out that "Build" is definitely in there (it's in the screenshot above). |
This comment has been minimized.
This comment has been minimized.
misha-bear
commented
Jan 9, 2018
Hey guys, any update how to resolve this issue? |
This comment has been minimized.
This comment has been minimized.
still unable to debug due idea bug. will try different way later today |
This comment has been minimized.
This comment has been minimized.
meanwhile checked on Windows Idea 2017.3.2 and it was able to deploy and start application. sorry can't test on Mac yet |
This comment has been minimized.
This comment has been minimized.
@misha-bear |
This comment has been minimized.
This comment has been minimized.
misha-bear
commented
Jan 16, 2018
@dkimitsa |
This comment has been minimized.
This comment has been minimized.
misha-bear
commented
Jan 17, 2018
Tried with the latest changes, still having the same problem :( |
This comment has been minimized.
This comment has been minimized.
@misha-bear thanks for result, the case is RoboVmCompileTask is not being called in stack of compiler by Idea. So it is not being configured and compiled to Native. this means that project was not imported properly can you tell what version of gradle is being used ? is it wrapper or local gradle disctribution. |
This comment has been minimized.
This comment has been minimized.
@misha-bear there are new findings, it seems to be related to https://youtrack.jetbrains.com/issue/IDEA-122904 bug, could you please try removing android project from settings.gradle and build.gradle, resync project and try agains ? |
This comment has been minimized.
This comment has been minimized.
misha-bear
commented
Jan 17, 2018
•
Removing Andorid didn't help. Same result. |
obigu
referenced this issue
Mar 4, 2018
Open
RoboVmRunProfileState.startProcess must not return null #5114
This comment has been minimized.
This comment has been minimized.
varrav
commented
Mar 5, 2018
•
I have found that problem appears only when Android is included while generating the project via gdx-setup.jar There is a workaroud:
ios projects starts to run. In Android Studio 3.0 all works fine in any case |
This comment has been minimized.
This comment has been minimized.
fgnm
commented
Mar 29, 2018
I have the same issue after upgrade Android Studio from 3.0.1 to 3.1, removing lines suggested by @varrav worked, but every time I restart the IDE the problem appears again.. Is there a persistent solution? |
This comment has been minimized.
This comment has been minimized.
dotw
commented
Apr 11, 2018
I have upgraded my AS to 3.1 and get a similar issue. Following the suggestion of @varrav . The error is gone but the app failed to startup with ClassNotFound error. |
This comment has been minimized.
This comment has been minimized.
dotw
commented
Apr 11, 2018
update: I rearrange project dependencies again, add many duplicated dependencies to the core for ios. the app can run now. This confused me. Why the previous version doesn't these adjustments? |
This comment has been minimized.
This comment has been minimized.
marcdubs
commented
May 20, 2018
@varrav's comment fixed it for me. Thanks. Still strange, however. |
This comment has been minimized.
This comment has been minimized.
@marcdubs it is know bug at Idea/Google side. Here are some details https://youtrack.jetbrains.com/issue/IDEA-122904 |
luveti commentedDec 7, 2017
Issue details
I'm unable to launch a RoboVM iOS configuration.
Reproduction steps/code
Configuration
Build Tools:
Versions:
Build Targets:
Stacktrace