Hi All,
I am trying to record a test case. Also, I am new to katalon studio. When I try to record a test case I am getting the following exception:
java.util.concurrent.ExecutionException: org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side error occurred while processing the command. Original error: Cannot start the ‘com.XXXX.XXXX’ application. Visit appium/activity-startup.md at master · appium/appium · GitHub for troubleshooting. Original error: ‘com.XXX.XXXX.activities.login.SplashActivity’ or ‘com.XXX.XXX.com.XXXX.XXXX.activities.login.SplashActivity’ never started. Visit appium/activity-startup.md at master · appium/appium · GitHub for troubleshooting
Build info: version: ‘unknown’, revision: ‘unknown’, time: ‘unknown’
System info: host: ‘SYS_NAME-L01059’, ip: ‘192.168.1.112’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_181’
Driver info: driver.version: SwipeableAndroidDriver
remote stacktrace: UnknownError: An unknown server-side error occurred while processing the command. Original error: Cannot start the 'com.XXX.XXX application.
I’ve replaced the company name and app name with “XXX”.
Can anyone please help me on this.