Remote Android settings issue

Hi,
i am unable to open browser in remote device i.e browser stack, could you please rectify the issue
my code:
Mobile.startExistingApplication(‘com.android.chrome’)
settings i made

issue thrown
com.kms.katalon.core.exception.StepFailedException: Unable to start app with application ID: ‘com.android.chrome’ (Root cause: java.lang.NullPointerException
at com.kms.katalon.core.mobile.keyword.internal.MobileDriverFactory.createCapabilities(MobileDriverFactory.java:209)
at

Hi @nikhil.n,

To test web app on mobile browsers on BrowserStack (or any cloud hosted devices), please use WebUI keywords.

Eg:

WebUI.openBrowser('google.com')

References: