The error says that PopupContainer ('com.esri.arcgisruntime.mapping.MapView') in PopupContainer cannot be applied to ('com.esri.android.map.MapView'). Here is an image of the problem line and error message when I try to pass in my MapView:

I thought this could be because of these two packages:
compile 'com.esri.arcgisruntime:arcgis-android:100.1.0'
compile 'com.esri.arcgis.android:arcgis-android:10.2.9'
I have included in my app module dependencies but these are required for the program and are not the issue I think.