使用安卓模拟器时,如果碰到 emulator-arm: munmap_chunk(): invalid pointer: 0x082550ca *** 这样的错误,则有可能是妳的系统中缺少一个/etc/localtime文件。从/usr/share/zoneinfo/目录中找到与自己系统相符的时区文件,链接为/etc/localtime可解决问题。
亮点 :
It probably comes from the fact that you don't have a localtime file (I got the same problem)
To fix it you need to create it:
ln -sf /usr/share/zoneinfo/US/Eastern /etc/localtime
I hope it will help you
宋庆龄
HxLauncher: Launch Android applications by voice commands