从 android-annotation 2.7.1 迁移到 3.3.1 break app

Migrating from android-annotation 2.7.1 to 3.3.1 break app

正如我在 i "migrate" eclipse/maven code of android-annotation app 2.7.1 to gradle in 3.3.1 but when i open tab "devices" (the bottom middle) it crash but if i used store app 中所说的那样,我认为它没有,因为从 2.7.1 到 3.3.1 有一些变化

我上传code

并在 com.pandaos.smartconfig.DevicesFragment

崩溃
@AfterViews
void afterViews() {
    devices_list_listview.setAdapter(deviceListAdapter);
    devices_recent_listview.setAdapter(recentDeviceListAdapter);
}

完成。

有什么想法吗?

提前致谢。

正如wondercsabo所说,原代码没有正确复制,版本升级没有问题。

再次感谢 wondercsabo