[guardian-dev] Hi, i' new

Mark Murphy mmurphy at commonsware.com
Tue Nov 22 20:00:02 EST 2016


On Tue, Nov 22, 2016, at 19:57, arrase wrote:
> Ouch! the app builds but:
> 
> AndroidRuntime: java.lang.RuntimeException: Unable to get provider
> com.commonsware.cwac.provider.StreamProvider:
> java.lang.IllegalArgumentException: Failed to parse
> com.commonsware.cwac.provider.STREAM_PROVIDER_PATHS meta-data

You did not replace android:name with the fully-qualified class name of
your StreamProvider subclass. StreamProvider does not know about your
custom tag.

For further help with StreamProvider, please use:

https://github.com/commonsguy/cwac-provider#questions

-- 
Mark Murphy (a Commons Guy)
https://commonsware.com | https://github.com/commonsguy
https://commonsware.com/blog | https://twitter.com/commonsguy


More information about the guardian-dev mailing list