Search code examples
android-annotations

Migrating from android-annotation 2.7.1 to 3.3.1 break app


As i said in another question 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 its doesn't and i suppouse because some change from 2.7.1 to 3.3.1

I upload code

and crash in com.pandaos.smartconfig.DevicesFragment

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

finish.

Some idea?

Thanks in advance.


Solution

  • As wondercsabo said, the original code wasn't copy correctly and there is no problem with version upgrade.

    Thanks again wondercsabo