ubuntu 18.04编译android 7.1.2

error:flex-2.5.39: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed. Aborted (core dumped)

 

解决方法 : 在编译脚本中增加export LC_ALL=C

LC_ALL=C 是为了去除所有本地化的设置,让命令能正确执行

 

 

 

参考:https://blog.csdn.net/shui1025701856/article/details/80497911

参考:http://www.cnblogs.com/wajika/p/6592659.html

你可能感兴趣的:(ubuntu 18.04编译android 7.1.2)