By implementing JSON Viewer in Fragment getting the following error
Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class org.billcarsonfr.jsonviewer.JSonViewerFragment, unresolved supertypes: com.airbnb.mvrx.BaseMvRxFragment
Adding -Xextended-compiler-checks argument might provide additional information.
And also getting the following Fragment replace method arguments error

By implementing JSON Viewer in Fragment getting the following error
And also getting the following Fragment replace method arguments error
