> Does this mean Android 2.3? Yes.
> If yes, hows to retrieve number of cameras on android 2.2 (api level 8)? You cannot. You can only make it work for Android 2.3+ and make things degrade gracefully (not using a camera count) for Android 2.2 and lower On Apr 5, 9:36 am, Abhijeet Pathak <[email protected]> wrote: > Does this mean Android 2.3? > If yes, hows to retrieve number of cameras on android 2.2 (api level 8)? > On 5 Apr 2011 13:02, "blindfold" <[email protected]> wrote: > > > > > > > > > getNumberOfCameras() needs API level 9 according to documentation. > > > On Apr 5, 8:54 am, Abhijeet Pathak <[email protected]> wrote: > >> I am getting error "Cannot find symbol" when using getNumberOfCameras(). > I > >> am compiling app for api level 8. > >> Please help me fixing this. > > >> Thanks, > >> Abhijeet > > > -- > > 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 -- 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

