Android Fragment$InstantiationException 分析与解决

1 2 android.support.v4.app.Fragment$InstantiationException: Unable to instantiate fragment make sure class name exists, is public, and has an empty constructor that is public 以前偶尔碰到这个错误,量不大没在意。最近突然暴增,仔细研究了一番,整理出几个原因和解决办法。 ...

2015年1月7日 · 2 分钟 · haoxiqiang