Problem when displaying text

I am displaying a letter with CCLabelTTF and on ios, it works fine. However, on both my nexus 7 and my samsung galaxy 2, the label displays the letter with random garbage that trails it.
Thanks in advance.

Hi,

I suggest you to use CCLabelBMFont instead of CCLabelTTF to avoid such kind of problems. With the bitmap font you make 100% sure it will look exactly the same on all the devices, and you don’t depend on a TTF file.

Hi,

Thank you for your quick response. However, when I use the BMFFont as shown in the testcpp sample, it now completely crashes on android. However, on the ios simulator, it is still working fine.