Re: [android-developers] Avd Camera not detecting sd card

2016-03-23 Thread martin . stasch0587
I am not using the Camera API from my app, i just want to take pictures from the build in camera app from my Virtual Device and it always says that i have to insert an sd card before i can take pictures. So i dont think it has something to do with the manifest from my app Am Mittwoch, 23. März

Re: [android-developers] Avd Camera not detecting sd card

2016-03-23 Thread Steve Gabrilowitz
You set the permission in your manifest On Mar 23, 2016 8:43 AM, wrote: > Hello Damien, first of all thanks for the quick answer. I am using Android > 6.0 Marshmallow for my AVD. Do i have to set write permission to the sd > card in order to take pictures with the cam?

Re: [android-developers] Avd Camera not detecting sd card

2016-03-23 Thread martin . stasch0587
Hello Damien, first of all thanks for the quick answer. I am using Android 6.0 Marshmallow for my AVD. Do i have to set write permission to the sd card in order to take pictures with the cam? If so, how do i accomplish this? Am Mittwoch, 23. März 2016 04:56:52 UTC+1 schrieb Damien Cooke: > >

Re: [android-developers] Avd Camera not detecting sd card

2016-03-22 Thread Damien Cooke
What version of Android? Remember the changes to storage write rights after Android 4.4 Damien > On 23 Mar 2016, at 12:40 PM, martin.stasch0...@web.de wrote: > > Hello community, i am not able to use the camera from my avd. There is always > a message popping up that i have to insert an sd

[android-developers] Avd Camera not detecting sd card

2016-03-22 Thread martin . stasch0587
Hello community, i am not able to use the camera from my avd. There is always a message popping up that i have to insert an sd card first. The problem is that i've already done that in the settings of my avd. I've tried various things posted on Stackoverflow but nothing seems to work. So