java.lang.NoClassDefFoundError: com.esri.android.map.popup.PopUpContainer$1I read that a NoClassDefFoundError can be due to a class file is found at compile time but not at runtime, but I'm not certain how to fix. I read this post but it didn't resolve my issues. I have not change any of the code in the sample and I also get warnings about
method getGraphic() from the type Popup is being deprecatedScreen capture from my LogCat is below.