_ I am having problems with a build project that contains this class. I have imported the full gdx-freetype.jar package but the class ‘freetypefontparameter’ is still unknown with aide. Are there any alternatives? thanks you
[Libgdx] How to build class Freetypefontparameter in AIDE?
Try to reset AIDE, if this doesn’t work, try:
- check if the lib is in correct folder
- check if the
libs
folder is specified on yourgradle.properties
/project.properties
And then restart AIDE
Remember that Android IDE’s LibGDX is outdated and some versions doesn’t include that classes. Try to use the new version:
credit by @daizu
This way the project will not currently build
Is working well for me