Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

FAQ for developers

akasolace edited this page Oct 22, 2019 · 1 revision

General

  • I cannot perform any Gradle task. Error message is ´Could not get unknown property 'POEDITOR_APIKEY' for object of type de.jansauer.poeditor.POEditorExtension´

In case you don't have a POEditor key, you simply need to remove the related reference. In ´build.gradle´ comment the line refering to ´POEDITOR_APIKEY´, e.g. ´// apiKey = POEDITOR_APIKEY´


Mac OS X

  • I can compile HO, but when I try to run it a series of runtime exceptions are thrown, and the UI doesn't work as expected. Exceptions relate to ´Aqua´.

Make sure that the following VM Arguments are set: -Dapple.laf.useScreenMenuBar=true -Dapple.awt.showGroupBox=true


Clone this wiki locally