[android-developers] Camera not open

2011-06-28 Thread Ankit Kasliwal
only says application not open camera activity force close application i set uses-feature android:name=android. hardware.camera / in my manifest file is it right or in Capital is right uses-feature android:name=android.hardware.CAMERA / -- Thanks and Regards, Ankit Kasliwal

Re: [android-developers] Camera not open

2011-06-28 Thread Raghav Sood
You just need to select it from the list that comes. Again, What does the LogCat say? And could you stop starting a new thread for each reply? On Tue, Jun 28, 2011 at 7:36 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: only says application not open camera activity force close

Re: [android-developers] Camera not open

2011-06-28 Thread Ankit Kasliwal
Raghav my application run successfully on my laptop but when i install this application on my mobile device it give me that msg application force close when i click a cam button which i provide in my application. so how i saw LogCat. On Tue, Jun 28, 2011 at 7:44 PM, Raghav Sood

Re: [android-developers] Camera not open

2011-06-28 Thread Raghav Sood
Your device has a log in it. Either connect it to the computer to debug or use LogCollector app to retrieve the log. You can download it from the market. On Tue, Jun 28, 2011 at 7:52 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Raghav my application run successfully on my laptop but

[android-developers] Camera App open source missing classes

2009-10-26 Thread Andy
I just downloaded the Camera app open source from the git repo. I’m compiling against SDK 1.6 some classes seem to be missing android.media.ExifInterface android.media.MediaMetadataRetriever is there a more recent SDK I should be compiling against?