Android開發中若是看見了java.io.filenotfoundexception,然後內容是no content provider的時候,在考慮其他可能的原因之前,要記得先check一下AndroidManifest.xml中的權限有沒有:
<uses-permission android:name= “android.permission.INTERNET" />
記得這一個簡單的設定喔!如果沒有request這一個permission的話…您可能會測試到天荒地老也不知道為什麼會發生no content provider的!
P.S. (ex: If you want to use RTSP://xxx, that’s the possible issue you may meet… :P)