Try running "adb logcat" when the emulator is running. It should tell you the problem, or at least where the problem lies...
On Mar 5, 4:57 am, zeeshan <[email protected]> wrote: > Hi, > i am having the same error when i try to open any image in the > Pictures directory. > > i actually want crop funtion like > > Intent i = new Intent("com.android.camera.action.CROP"); > i.setClassName("com.android.camera","com.android.camera.CropImage"); > > which is giving me the same error as it is related to the above > problem. > > is this bug in sdk-r2 or do we have any other solution? > > On Feb 2, 5:38 pm, myIP <[email protected]> wrote: > > > The culprit, 'Android SDK: android-sdk-windows-1.0_r2'. > > The solution, use 'Android SDK: android-sdk-windows-1.0_r1'. > > > I just downloaded 'release 1', and placed it in the same directory as > > 'release 2'. Then changed my setting in Eclipse and now I am able > > toviewthe images. > > > Unless I didn't configure r2 or I am unaware of its limitations; then > > in my opinion, it is the culprit until proven otherwise. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

