Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/223.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 如何调试TextView的setText(String..)方法?_Android_Android Listview - Fatal编程技术网

Android 如何调试TextView的setText(String..)方法?

Android 如何调试TextView的setText(String..)方法?,android,android-listview,Android,Android Listview,我正在显示阿拉伯语文本,但像“Shadda”这样的元音字符并没有得到很好的定位。我想知道是否可以调试TextView的setText()方法。。setText(..)太复杂了,我该怎么做 我不想创建新类并重写setText方法。有没有什么方法可以让我使用TextView的源代码-\Android\u Sdk\sources\Android-15\Android\widget我不确定你看的位置是否正确,但是你可以在调试时查看eclipse中的Android java源代码,试着用设置

我正在显示阿拉伯语文本,但像“Shadda”这样的元音字符并没有得到很好的定位。我想知道是否可以调试TextView的setText()方法。。setText(..)太复杂了,我该怎么做


我不想创建新类并重写setText方法。有没有什么方法可以让我使用TextView的源代码-\Android\u Sdk\sources\Android-15\Android\widget

我不确定你看的位置是否正确,但是你可以在调试时查看eclipse中的Android java源代码,试着用设置