posted at 2015-09-04 17:52:47 +0000
在android开发中,如果写了一个继承Fragment的类,那么在重载构造函数时,会提
示Avoid non-default constructors in fragments: use a default constructor plus Fragment#setArguments(Bundle) instead
的错误。
这时。需要在类的前面加上@SuppressLint("ValidFragment")
才能解决错误。
指示编译器(?)应忽略的注释元素(即@SuppressLint(“”)
)指定的警告。
© kanch
→ zl AT kanchz DOT com
last updated on 2022-07-27 01:57:54 +0000