Android adding a cp866 Charset

前端 未结 1 1355
深忆病人
深忆病人 2021-01-26 17:02

I\'m trying to implement cp 866 support to my Android application. I use InteliJ Idea Community Edition 12.0.3. I want to put META-INF\\service\\java.nio.charset.spi.Chars

相关标签:
1条回答
  • 2021-01-26 18:01

    All files in META-INF-folders are ignored by JavaResourceFilter which is used by ApkBuilder.

    The only way to include these files into your apk is to put them there after packaging.

    I just did a little customization to build.xml in android-sdk and it works well.

    See my post.

    0 讨论(0)
提交回复
热议问题