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
_______________________________________________
List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev
To unsubscribe, email:  guardian-dev-unsubscr...@lists.mayfirst.org

Reply via email to