Avoid non-default constructors in fragments: use a default constructor plus Fragment#setArguments(Bundle) instead
出现该问题原因:由于Eclipse中引入了lint优化工具,在打包的时候报了这个错。
解决方案:
使用Window→PreferencesAndroid→Lint Error Checking 在 Correctness中,找到ValidFragment ,更换为Ingore,OK,问题解决。
Issue: Checks for incomplete translations where not all strings are translated
Id: MissingTranslation