koraktor / steam-condenser

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://koraktor.de/steam-condenser
Other
356 stars 67 forks source link

Trying to connect to a source server, immediatly crashes. (Java) #248

Closed ghost closed 10 years ago

ghost commented 10 years ago

I made android app which just connects to my SourceServer. After connect it just crashes. Does steam condenser support android or i did something wrong? The command is from Usage at koraktor.de.

koraktor commented 10 years ago

What error do you get? Steam Condenser will throw an exception on errors, so you'll have to make sure to catch these in your application code anyway.

ghost commented 10 years ago

Ehhh, deleted the whole thing, but it said that something with the Activity, like newInstance and something like that... I am really sorry that i delted it, but still this is a issue right?

koraktor commented 10 years ago

That’s not really helpful here. Activities are purely Android-related, but there might be other problems involved here.

Feel free to reopen this issue if you can reproduce your problem.