在android annotations的 @Background 函数内尝试Catch崩溃,我可以找到此库的问题issue#2035
如何解决这个问题?
注意:我想在@Background函数中使用Try catch,我的问题不在于字符串本身!!!
答案 0 :(得分:0)
使用private String str = String.Empty;
代替private String str = null;
然后,这将返回0的结果。或者您也可以使用private String str = ""
答案 1 :(得分:0)
更新到最新版本的android注释4.3.1解决了这个问题,我认为它已在最新版本中修复