Dear All,
I am working on SAP Asset manager 2105 and trying to debug /run the application from Visual Studio Code
I have followed this blog https://blogs.sap.com/2019/07/19/debug-sap-asset-manager-with-crew-component-using-vs-code/
I am using windows laptop hence I have build the client for Android OS
Based on the blog I have made this setting in 'Launch.json' file

Now when I am trying to debug it gives me below error
-----------------------------------------------------------------------------------------------------------------------------------------------------
[NativeScriptCli] execute: tns --version NativeScript CLI: 6.8.0 [MDK] The debugging metadata application is d:\SAM2105\3\SAPAssetManager\SAM.mdkproject\metadata\sam.definitions\Application.app [MDK] Get CIM entries for SourceMapPath Overrides [MDK] Checking whether need to run a bundle task for application SAPAssetManager... [MDK] The bundle result in AppRoot is the latest one [NativeScriptCli] execute: tns --version [NativeScriptCli] execute: tns --version [NSDebugAdapter] Using tns CLI v6.8.0 on path 'tns'
[NSDebugAdapter] Running tns command...
internal/modules/cjs/loader.js:818 throw err; ^
Error: Cannot find module 'c:\Users\Neha\.vscode\extensions\sapse.vsc-extension-mdk-1.20.0\tools\application-bundler\'c:\Users\Neha\.vscode\extensions\sapse.vsc-extension-mdk-1.20.0\tools\application-bundler\bundler-cli.js'' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }
[MDK] The debugging AppRoot is D:\SAM2105\3\SAPAssetManager\MDKClient_SDK\AssetManager [MDK] It's debugging on simulator [NativeScriptCli] execute: tns debug android --watch --no-hmr [NSDebugAdapter] Watching the tns CLI output to receive a connection token
Searching for devices...
Cannot find connected devices. Emulator start failed with: No emulator image available for device identifier 'undefined'. To list currently connected devices and verify that the specified identifier exists, run 'tns device'. To list available emulator images, run 'tns device <Platform> --available-devices'.
[NSDebugAdapter] The tns command finished its execution with code 127.
The tns command finished its execution with code 127
-------------------------------------------------------------------------------------
As per the MDK dependency installer everything is installed / configured properly in the system
Can anyone guide me how to solve this issue and debug the application.
Looking forward for your guidance.
Thanks and Regards
Neha Mahanty