Hi!
I cant figure out why this error is returned in my android app.
I have ArcGIS SDK for android 1.0.1 installed.
There are also some weird errors like:
The constructor GraphicsLayer() is undefined
Because constructor has at least one parameter to be passed in?
The constructor ArcGISDynamicMapServiceLayer(String) is undefined
again because it demands 2 parameters (Context, string)
The method unpause() is undefined for the type MapView
according to SDK MapView has unpause and pause methods.