This is an updated version of a question I asked last week.
I\'m trying to use SmbFileInputStream to connect my Android to my PC,
but the app aborts (on my tablet) w
I'm also having the same problem, but I just wanted to partially answer your question by adding in a few catches that you should include in your code so that it doesn't do a hard crash.
Here are the catches that I've added in my code
catch (SmbException
| MalformedURLException
| UnknownHostException
| NetworkOnMainThreadException
| ExceptionInInitializerError e)
If I find any more information I'll edit this post.