Open AppWerft opened 8 years ago
Hi,
I currently make first steps. And this:
Context context = TiApplication.getInstance().getApplicationContext(); mMediaRouter = createMediaRouter(context);
generates:
java.lang.IllegalStateException: The media router service must only be accessed on the application's main thread.
Do you have similar experience, is it impossible?
This project does not currently support, nor have any integrations with Android. I'm not quite sure how this would be possible with titanium-chromecast. Is this a general question unrelated to this module?
titanium-chromecast
Hi,
I currently make first steps. And this:
generates:
Do you have similar experience, is it impossible?