When passing a MapView to a PopupContainer I am getting an error

483
2
Jump to solution
09-26-2017 01:01 PM
CoraColeman
New Contributor III

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. 

Tags (4)
0 Kudos
1 Solution

Accepted Solutions
AlexanderNohe1
Occasional Contributor III

Ahh..  I see the problem.  We do not support running  both version 100.x and version 10.2.9 concurrently.

View solution in original post

2 Replies
CoraColeman
New Contributor III

Also here is what the rest of my program file looks like (my MapView is not set):

0 Kudos
AlexanderNohe1
Occasional Contributor III

Ahh..  I see the problem.  We do not support running  both version 100.x and version 10.2.9 concurrently.