ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 220 forks source link

adding lib with gradle makes review not to recognize android layout and view classes #68

Closed Codeblin closed 7 years ago

Codeblin commented 7 years ago

compiling the library from gradle as shown on readme, gives null pointer exception on views at the review of the xml. A workaround i found was to change theme from Theme.AppCompat.Light.DarkActionBar to Base.Theme.AppCompat.Light.DarkActionBar. But adding coordinator layout gives that error:

The following classes could not be instantiated: - android.support.design.widget.CoordinatorLayout

Removing the library is making it back to normal. I am not sure how to dea with that, any suggestions?