The import com.esri.android.map.Layer cannot be resolved

2695
1
02-01-2012 05:23 AM
DavidLednik
Occasional Contributor II
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.
0 Kudos
1 Reply
DavidLednik
Occasional Contributor II
reinstalling the sdk in Eclipse solved the problem 😛
0 Kudos