Compiling Forge for Android in Intellij
Hello all! After tinkering with the instructions and trying different methods, I was able to set up and build the Windows/Linux version of Forge using IntelliJ as the dev environment. I attempted to build a debug version of the Android version of Forge so that I could work out a bug that only occurs on my specific tablet (Dell Venue 7040/Android 5.1). I added the run configuration using "Android Application" as the base, with the following tweaks:
- Module > forge-gui-android
- Target Device > USB device (for my tablet)
Here's what IntelliJ reported:
For reference, here's my versions:
Forge: 1.5.49 (Latest from SDK)
IntelliJ: 15.0.4
IntelliJ Android SDK: Maven Android API 20 Platform
JRE/JDK: 1.8.0_73
Maven: 3.3.9
Windows 10
Any advice for properly setting up my IntelliJ environment would be most appreciated. This error is driving me nuts, and debugging this code might be the only way to make Forge work on my tablet once again. Thanks in advance!
- Paul
- Module > forge-gui-android
- Target Device > USB device (for my tablet)
Here's what IntelliJ reported:
- Compile Errors | Open
For reference, here's my versions:
Forge: 1.5.49 (Latest from SDK)
IntelliJ: 15.0.4
IntelliJ Android SDK: Maven Android API 20 Platform
JRE/JDK: 1.8.0_73
Maven: 3.3.9
Windows 10
Any advice for properly setting up my IntelliJ environment would be most appreciated. This error is driving me nuts, and debugging this code might be the only way to make Forge work on my tablet once again. Thanks in advance!
- Paul