Skip to content

Build android tools update #3610

@patryk84a

Description

@patryk84a

Describe the bug

While adding AAR libraries to the extension, I encountered a problem compiling the APK. The problem turned out to be a font file added to the library resources, in the res/font/font.ttf folder. The tools/libraries used by the build server are too old to handle this type of resource, so they return an error.

Affects

  • Designer
  • Blocks editor
  • Projects Explorer
  • Companion
  • Compiled apps
  • Buildserver
  • Debugging
  • Other... (please describe)

Expected behavior

AAR libraries shouldn't cause any problems during compilation. If we already have the ability to add AAR libraries, it should work flawlessly.

Steps to reproduce

Add any AAR library to the project that contains a font folder and, within it, a font file, e.g., ttf. If you don't have such a library, add the font folder with the ttf file to any AAR library. Then, when compiling the APK, you'll get an error.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions