I add the third party font in android. And I put the font in the root of assets/fonts/qqqq.ttf
type=Typeface.createFromFile("@assets/fonts/hwxk.ttf");
tv=(TextView) findViewById(R.id.index_grid_detail_text);
tv.setTypeface(type);
But it has the error like: native typeface cannot be made.
What is the problem? anyone knows this? thanks very much!