Hi all,

I am developing a live audio streaming app on Android Studio 1.0.1 and testing 
it on Samsung Galaxy s3 phone (not on emulator).

First I was getting IOException when i was doing setDataSource on media player 
object when using http:// url. I have set the INTERNET permission in manifest, 
still the issue was there (with different implementations of setDataSource).

Then I found out that, I need to have Access_network_state set in manifest. The 
moment I set that in manifest, I started getting error "neither the user nor 
current process has access network state  permission".
I have tried writting  access_network_state twice in the manifest (as suggested 
by few google search) and also, I have tried doing clean and build of the 
project.
Still getting the error "neither user nor process has access_network_state " 
error.

Is this a permission setup issue ?? 
when I am deploying the app from my laptop to the phone over a usb cable, is it 
not setting up the network access permissions ?
After an app is installed on my phone, how can I check, what permissions does 
the app have ??

I am thinking that, either on android studio or in my phone, I might have to do 
some settings so that, the permissions are actually given to the app 
while/after deployment.

Please help. I am on the verge of giving up ....

Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to