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

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -