How to connect WebStorm with Nox App ?
Hi.
I need to connect WebStorm with Nox App so I can easier debugging and developing. I have followed as instructed from this link https://www.bignox.com/blog/how-to-connect-android-studio-with-nox-app-player-for-android-development-and-debug/ , but the command nox_adb.exe connect 127.0.0.1:62001 is still failing. I even used "nox_adb.exe" but still doesn't work. I am using Power Shell 5.1.19041.2673.
PS E:\Program Files\Nox\bin> "nox_adb.exe" connect 127.0.0.1:62001
At line:1 char:16
+ "nox_adb.exe" connect 127.0.0.1:62001
+ ~~~~~~~
Unexpected token 'connect' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
Thank you for your attention.
Please sign in to leave a comment.
WebStorm provides support neither for Nox nor for Android development; but the issue you have faced doesn't look related to the IDE, seems to be a problem with PowerShell that doesn't accept the command syntax
You can try switching the default shell used for the built-in terminal to C:\Windows\system32\cmd.exe, this has to be done in Settings | Tools | Terminal, Shell path.Once you do this, try opening a new terminal tab in Webstorm and enter the command - does it work?
Hi.
Thank you for your reply. I have tried to follow your instruction but, It still doesn't work. I found this response as below :
E:\Program Files\Nox\bin>"nox_adb.exe" connect 127.0.0.1:62001
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
unable to connect to 127.0.0.1:62001: cannot connect to 127.0.0.1:62001: No connection could be made because the target machine actively refused it. (10061)
Thank you for your attention.
This looks like a NOX issue
Please check https://stackoverflow.com/questions/76730046/cant-connect-nox-emulator-with-vs-code and similar queries
Hi.
I have followed as instructed but still doesn't work. But, thank you for your help. I wish WebStorm will have its own emulator.
Thank you for your attention.