config.monkey not taking variables from monkey
Monkey Forums/Monkey Bug Reports/config.monkey not taking variables from monkey
| ||
latest version of monkey installed (experimental) the preprocessor directives seem to be ignored all the android variables like screen orientation and admob id are the defaults also this doesnt work: #If TARGET="html5 Print "HTML5" #End |
| ||
can anyone confirm? |
| ||
I can't reproduce any of your issues sorry. Perhaps wait until the non-experimental version is released? |
| ||
if you set a preprocessor variable twice, the second one will be ignored, by design. i think if you use the config.monkey it will work allow default settings that can be changed once. |
| ||
this works now: #If TARGET="html5 Print "HTML5" #End but i download the latest (f) delete my build folder, and the preprocessor variables dont show up in the config.monkey file still BTW its on linux |
| ||
you can delete this thread as the variables show up in the source code (java,C++,ascript etc. |