-
Notifications
You must be signed in to change notification settings - Fork 101
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
Update build instructions for windows #142
Comments
Fixing compile errors would be a first step :) I cloned the project, imported in into intellij but imports and classes are missing |
@micheljung Which error messages are you seeing? You should be building with |
I didn't put too much effort into it, e. g. I didn't install the Android SDK. I was only interested in the excel part and in there, there is a reference to https://github.com/collinsmith/riiablo/search?q=PrimaryKeyAnnotatedElement |
@micheljung That code path was disabled because it's in development ( |
Below is for opening the project for IDEA -- not building specifically. 8287515 added support for generating sources when generating project for idea
|
Need to update build instructions to try and remove any hoops people need to jump through, namely implement usage of
scoop
. Could also add instruction on setting up dev environment with intellij.scoop install idea .\gradlew idea (generates idea project files correctly) idea64 (starts idea) ... add zulu15 install dir to intellij jdks ... open project (should ask to load project gradle scripts and to trust project gradle build scripts)
The text was updated successfully, but these errors were encountered: