i tried to run the project which i found on this link
http://www.anddev.org/google_driving_directions_-_mapview_overlayed-t826.html
i tried to run it on android-sdk_r13-windows . i resolved class path error but still there are some error which i am unable to resolve like
import com.google.android.maps.OverlayController
import com.google.googlenav.DrivingDirection
import com.google.googlenav.map.MapPoint
these import are not recognized by compiler . i used android Google API 2.1 and also i have this entry in my manifest file.
<uses-library
android:name="com.google.android.maps" />
any help on this?