atticoos / titanium-chromecast

:satellite: A Titanium Appcelerator GoogleCast SDK (chromecast) module
Other
26 stars 6 forks source link

Question to Android version #4

Open AppWerft opened 8 years ago

AppWerft commented 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?

atticoos commented 8 years ago

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?