the current app uses the android-apt plugin and it's depreciated, thus limitting the app compatibilities to old Andoird technologies!
Expected behavior:
I expect the app to run using an annotationProcessor
Observed behavior:
the app uses android-apt plugin which, though it has equivalent compatibility with annotationProcessor, is depreciated and cannot longer work with Android 2.2 plugin or newer. This will pose a serious problem in the future since Android designs are clinging towards 2.2 or newer.
Summary:
the current app uses the android-apt plugin and it's depreciated, thus limitting the app compatibilities to old Andoird technologies!
Expected behavior:
I expect the app to run using an annotationProcessor
Observed behavior:
the app uses android-apt plugin which, though it has equivalent compatibility with annotationProcessor, is depreciated and cannot longer work with Android 2.2 plugin or newer. This will pose a serious problem in the future since Android designs are clinging towards 2.2 or newer.
Device and Android version:
In using Android 2.2 Plugin
Screenshots: