Skip to content

Android XML Special Characters: ' #63

@stephenruda

Description

@stephenruda

Hello, I am trying to implement the CLI tool and I am having an issue with Android XML files.

In French, there are a lot of apostrophes. Here's one example: I translate my English string of "Edit User" and this is what the CLI generates...

Image

When I compile my app, I get the following error:
Can not extract resource from com.android.aaptcompiler.ParsedResource@4ee00fb9.

If I remove the ' and replace it with \' then everything works fine.

Image

Is there something I am missing? The docs specifically mention this special character but based on my results it doesn't seem to be compatible with compiling in Android.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions