第二个参数类型错误。找到:“ com.biolocrazy.biolocrazyapp.Zoologia”,必需:“ android.support.v4.app.Fragment”少

时间:2018-06-23 17:08:27

标签: android

我是Android Studio的新手。我在项目中添加了导航抽屉活动
并写了命令来完成我的活动。

但是出现了这个错误。

This is the error that appears

These are my imports

This part also gives the same error

my main

This is the code for my java class Zoologia. All other classes have the same code as the class Zoologia

1 个答案:

答案 0 :(得分:0)

您要扩展Fragment Activity ,而不是错误中提到的F​​ragment类

您不能将FragmentTransaction与Activity类一起使用。您将使用Intent个对象。

有关如何使用Fragment类的信息,请参见Fragment documentation