-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Null Pointer Exception on Thread #1
Comments
Have you tried out the app using a real Device ? |
It is getting crashed after starting of the application. It shows android.os.NetworkOnMainThreadException. @invicnaper is it possible to print the HTML content by this code? Sincerely, |
@kevinvanzyl if your PC do not support Bluetooth , you'll get a Null Pointer Exception while testing it with the Android Emulator . |
Your project is amazing. I want to ask, how can I get webview to read window.print () on android and print on thermal printer zjiang? |
Hi, I am getting this whenever I turn Bluetooth off after connecting to a device but am unable to handle the exception and instead app crashes.
java.lang.NullPointerException
at com.zj.btsdk.BluetoothService$AcceptThread.run(BluetoothService.java:316)
The text was updated successfully, but these errors were encountered: