android.content.res.Resources$NotFoundException: String resource ID

android.content.res.Resources$NotFoundException: String resource ID

用AlertDialog时

			                AlertDialog.Builder adb = new AlertDialog.Builder(XMLParse.this);
			                adb.setIcon(R.drawable.toy2);
			                Log.d(TAG,"dialog_getInfo:"+R.string.dialog_getInfo);
			                adb.setTitle("个人信息");



本来将内容定义 在 strings.xml中,但是报如上异常,改成如下
adb.setTitle("XXXX");



正常.....

你可能感兴趣的:(exception)