HelloMapView in android -
i trying write mapview application .when extend class mapactvity generate error force close application. , in log chat got run-time error classnotfoundexception.
please solve problem.
it's hard point out error without knowing you've done far, @ least must add library manifest:
<uses-library android:name="com.google.android.maps" />   you should go window > android sdk , avd manager in  eclipse , make sure device running targeting google apis (google inc.) rather android x.x
Comments
Post a Comment