<Using the Epoxy ModelView causes Inflate errors a...
# stackoverflow
u
Using the Epoxy ModelView causes Inflate errors and NullPoint errors I'm using the @ModelView annotation from the Epoxy library to create a CustomView. I'm making it with reference to another example, but the following error keeps coming up. android.view.InflateException: Binary XML file line #2 in com.example.testepoxylayout/item custom view Binary XML file line #2 in com.example.testepoxylayout/my view Error inflating class com.example.testepoxy.ItemCustomView Caused by: java.lang.NullPointerException: findViewById(R.id.title) must not be null...