Hello,
I'm trying to compile the mobiletheme (in frameworks\projects\mobiletheme)
But I have this error :
-----------------------------------------------------------------------------------------------------------------
D:\4.16.1\frameworks>ant mobiletheme
Buildfile: D:\4.16.1\frameworks\build.xml
mobiletheme:
clean:
configModLinux:
configModOther:
compile:
[echo] Compiling frameworks/themes/Mobile/mobile.swc
[taskdef] Could not load definitions from resource flexTasks.tasks.
It could not be found.
BUILD FAILED
D:\4.16.1\frameworks\build.xml:433: The following error occurred while
executing this line:
D:\4.16.1\frameworks\projects\mobiletheme\build.xml:85: Problem: failed
to create task or type compc
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
Total time: 0 seconds
-----------------------------------------------------------------------------------------------------------------
I followed the README instructions to set up environment variables.
But it doesn't to find compc.
In windows, it seems to be compc.bat, so I don't know if I have to
change something
If you wonder why I want to compile the mobile them, it's because I need
to change the TextInputSkin.
If I use a custom one in my project, the softkeyboardbehavior doesn't
work anymore (seems to be a known bug)
Thanks for help !