Hi,

I am working on Esri maps.

i have downloaded the ArcGis SDk for Android and added the plugin to
eclipse.
I have worked on some sample examples.
the examples are worked properly for two days.

Now i am trying to run those examples I am getting the following error
like class not found Exceptions as below



05-15 12:55:57.257: E/AndroidRuntime(31189): FATAL EXCEPTION: main
05-15 12:55:57.257: E/AndroidRuntime(31189):
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.vr.maps/com.vr.maps.VRMapsActivity}:
android.view.InflateException: Binary XML file line #7: Error
inflating class com.esri.android.map.MapView
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
1651)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
1667)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.app.ActivityThread.access$1500(ActivityThread.java:117)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.os.Handler.dispatchMessage(Handler.java:99)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.os.Looper.loop(Looper.java:123)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.app.ActivityThread.main(ActivityThread.java:3691)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
java.lang.reflect.Method.invokeNative(Native Method)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
java.lang.reflect.Method.invoke(Method.java:507)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:847)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
dalvik.system.NativeStart.main(Native Method)
05-15 12:55:57.257: E/AndroidRuntime(31189): Caused by:
android.view.InflateException: Binary XML file line #7: Error
inflating class com.esri.android.map.MapView
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:581)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.view.LayoutInflater.rInflate(LayoutInflater.java:623)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.view.LayoutInflater.inflate(LayoutInflater.java:408)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.view.LayoutInflater.inflate(LayoutInflater.java:320)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.view.LayoutInflater.inflate(LayoutInflater.java:276)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:
207)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.app.Activity.setContentView(Activity.java:1663)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
com.vr.maps.VRMapsActivity.onCreate(VRMapsActivity.java:40)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1047)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
1615)
05-15 12:55:57.257: E/AndroidRuntime(31189):    ... 11 more
05-15 12:55:57.257: E/AndroidRuntime(31189): Caused by:
java.lang.ClassNotFoundException: com.esri.android.map.MapView in
loader dalvik.system.PathClassLoader[/data/app/com.vr.maps-1.apk]
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
java.lang.ClassLoader.loadClass(ClassLoader.java:551)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
java.lang.ClassLoader.loadClass(ClassLoader.java:511)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.view.LayoutInflater.createView(LayoutInflater.java:471)
05-15 12:55:57.257: E/AndroidRuntime(31189):    at
android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:570)
05-15 12:55:57.257: E/AndroidRuntime(31189):    ... 20 more


Can you plese provide the solution.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to