Hi everyone, I am facing a very weird issue, everything had been working as expected until a few days ago, I have not made any changes to the USB Driver or anything else for that matter.
The problem is that I am trying to finish an app, but I can not install the app in debug mode, If I install the app in release Mode then everything seems to work, but I need to do it in debug mode as there's some things I need to add/change.
The error I am seeing is the following:
Has anyone had this issue where you are not able to install the app in debug mode?
Does anyone have any ideas?
Walter
The problem is that I am trying to finish an app, but I can not install the app in debug mode, If I install the app in release Mode then everything seems to work, but I need to do it in debug mode as there's some things I need to add/change.
The error I am seeing is the following:
I also tried using the Legacy Debugger and it also works fine when I enable that, Also my computer seems to take up a lot of the cpu usage when compiling the app, maybe this is a separate issue.java.net.SocketTimeoutException: Poll timed out
at libcore.io.IoBridge.poll(IoBridge.java:869)
at java.net.PlainSocketImpl.socketAccept(PlainSocketImpl.java:196)
at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:451)
at java.net.ServerSocket.implAccept(ServerSocket.java:547)
at java.net.ServerSocket.accept(ServerSocket.java:515)
at anywheresoftware.b4a.shell.ShellConnector.connect(ShellConnector.java:153)
at anywheresoftware.b4a.shell.ShellConnector.run(ShellConnector.java:119)
at java.lang.Thread.run(Thread.java:920)
Shutting down VM
FATAL EXCEPTION: main
Process: ergonimics.strom, PID: 19835
java.lang.RuntimeException: Unable to create service ergonimics.strom.starter: java.lang.RuntimeException: java.lang.NullPointerException: Attempt to invoke virtual method 'void java.iutputStream.write(byte[])' on a null object reference
at android.app.ActivityThread.handleCreateService(ActivityThread.java:4953)
at android.app.ActivityThread.access$1900(ActivityThread.java:310)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2300)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8663)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:567)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)
Caused by: java.lang.RuntimeException: java.lang.NullPointerException: Attempt to invoke virtual method 'void java.iutputStream.write(byte[])' on a null object reference
at anywheresoftware.b4a.shell.Shell.virtualAssets(Shell.java:164)
at anywheresoftware.b4a.shell.Shell.start(Shell.java:102)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:105)
at ergonimics.strom.starter.onCreate(starter.java:34)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:4940)
... 9 more
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void java.iutputStream.write(byte[])' on a null object reference
at anywheresoftware.b4a.shell.ShellConnector.sendControlMessage(ShellConnector.java:61)
at anywheresoftware.b4a.shell.Shell.virtualAssets(Shell.java:124)
... 13 more
Has anyone had this issue where you are not able to install the app in debug mode?
Does anyone have any ideas?
Walter