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...
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.
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.
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...
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.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.