icu4j is too big, any alternative?

纵饮孤独 提交于 2019-11-29 07:07:41

As of Android 7.0 (API 24), the ICU framework is exposed so that you don't need to include the library separately in your app. The documentation recommends creating multiple versions of your APK if you need to include it in earlier Android versions.

Of course, if you only need it for one small thing, then it would be better to find a native Android or Java API that can do the job, or some smaller third-party library.

Note

  • With some work it may be possible to edit the ICU library to be significantly smaller. See this page for more details.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!