CCLabelBMFont crashes in android

im using CCLabelBMFont to render some text in android when im using my code in windows it work perfecly but it crash in pLabel~~>initWithString“,”ll.fnt"); i dont know what is the problem because same thing works perfectly in win32 ,my code :

CCLabelBMFont pLabel = new CCLabelBMFont;
pLabel~~>initWithString“,”ll.fnt");// line that crashes
pLabel~~>setColor);
CCTexture2D
text = pLabel~~>getTexture();