facebook sdk 3.8导出签名应用程序时的lint错误

时间:2014-04-07 04:14:27

标签: android facebook-android-sdk

我的应用程序在不导出已签名的应用程序时工作正常但是,它在导出已签名的应用程序时开始出现lint问题。我不认为修改facebook源代码是一个好主意,但有谁知道我为什么会在下面得到lint错误?

enter image description here enter image description here enter image description here enter image description here enter image description here

1 个答案:

答案 0 :(得分:3)

我的猜测是FacebookFragment类应该有一个公共默认构造函数,而且FacebookFragment中没有。

他们应该加上:

class FacebookFragment extends Fragment{
   public FacebookFragment(){}
}

我建议您只是禁止lint中止导出。 您可以在Window-> Preferences-> Android-> Lint错误检查中取消选中并取消选中"运行完整错误..."