我的Android应用程序在版本2.1,2.2和最多3中正常运行。由于自定义字体,应用程序在4.0和4.1中崩溃。如何解决这个问题?
Typeface font2 = Typeface.createFromAsset(getAssets(), "fonts/Helvitica.ttf");
TextView customText1 = (TextView)findViewById(R.id.splashtext1);
customText1.setTypeface(font2);