Here's the exception I'm getting: 01-23 15:11:07.436: E/
AndroidRuntime(5677): java.lang.RuntimeException: Unable to
instantiate activity ComponentInfo{com.sensor2cloud.raisin/
com.sensor2cloud.raisin.RaisinMainActivity}:
java.lang.ClassNotFoundException:
com.sensor2cloud.raisin.RaisinMainActivity in loader
dalvik.system.PathClassLoader[/data/app/com.sensor2cloud.raisin-2.apk]

Note that the PathClassLoader is looking for the class in
raisin-2.apk, which is odd. My project is called raisin, not raisin-2.
I'm guessing I need to clean out some stale build targets somewhere. I
tried a "clean" and then build and still get the same exact error. I
tried uninstalling/reinstalling the app from the phone and still get
the same error. Any idea what might be wrong?

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

Reply via email to