当前位置: 代码迷 >> Android >> Android 无法加载fragment的有关问题
  详细解决方案

Android 无法加载fragment的有关问题

热度:11   发布时间:2016-05-01 10:31:27.0
Android 无法加载fragment的问题

在项目中继承了fragment 重写了构造函数

make sure class name exists, is public, and has an empty constructor that is public

?加载过程中报错

去表构造就好了

http://stackoverflow.com/questions/10450348/do-fragments-really-need-an-empty-constructor

http://stackoverflow.com/questions/7016632/unable-to-instantiate-fragment

  相关解决方案