fyhertz / libstreaming

A solution for streaming H.264, H.263, AMR, AAC using RTP on Android
Apache License 2.0
3.49k stars 1.08k forks source link

prefix must not be bound to one of the reserved namespace names #171

Closed winseyli closed 8 years ago

winseyli commented 8 years ago

Hello, I am new to this libstreaming. I am facing problem when importing example3 into Android Studio. When compile and run, I get the error "Error:(2) Error parsing XML: prefix must not be bound to one of the reserved namespace names". Can anyone give advice on solving this? Sincerely appreciate and thank you so much!

rush0621 commented 8 years ago

hi, coderwsli i saw you closed this issue, i think u solved it, can you give some advice on how you did it?

ahmadqureshii981 commented 8 years ago

rush do you solve this error ???

ahmadqureshii981 commented 8 years ago

@rush0621 do you solve this error?

ahmadqureshii981 commented 8 years ago

@coderwsli do you solve this error?

rush0621 commented 8 years ago

Nope

WillieXie commented 8 years ago
  1. Open res/values/styles.xml
  2. Remove attribute xmlns:android="http://schemas.android.com/apk/res/android" in two "style" nodes
  3. Recompile Project.
328629033 commented 8 years ago

@WillieXie I tried this but not available.

jilagan commented 8 years ago

@WillieXie that fixed it for me. Thanks!