UserProfileListActivity无法转换

时间:2019-01-28 08:09:06

标签: android-studio

UserProfileListActivity无法转换为我在android studio上的活动

  SimpleItemRecyclerViewAdapter(UserProfileListActivity parent,
                                  List<DummyContent.DummyItem> items,
                                  boolean twoPane) {
        mValues = items;
        mParentActivity = parent; error is here
        mTwoPane = twoPane;
    }

错误:类型不兼容:UserProfileListActivity无法转换为SmartSole

0 个答案:

没有答案