我面临操作符 '+' 无法应用于 int,'com.fasterxml.jackson.core.io.SerializedString' 线程运行方法中的错误。这是代码块
runOnUiThread(new Runnable() {
public void run() {
ActivityHome.this.scanning_following.setText(ActivityHome.this.mapB.size()
+ MinimalPrettyPrinter.DEFAULT_ROOT_VALUE_SEPARATOR
+ ActivityHome.this.getResources().getString(R.string.following)
+ " scanned");
}
});
相关分类