where is the use guiedence bro
AndroidManager - module for managing android emulators
-
An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command 'C:\\Users\\Administrator\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe -P 5037 -s 127.0.0.1\:21503 install -g C:\\Users\\Administrator\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\io.appium.settings\\apks\\settings_apk-debug.apk' exited with code 1'; Command output: adb: failed to install C:\Users\Administrator\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk: Exception occurred while executing: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.endsWith(java.lang.String)' on a null object reference at com.android.server.pm.PackageManagerShellCommand.runInstall(PackageManagerShellCommand.java:968) at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:179) at android.os.ShellCommand.exec(ShellCommand.java:103) at com.android.server.pm.PackageManagerService.onShellCommand(PackageMI don't know why this error did everything by step by step followed everything. Using Memu emulator. Emulator is detected (this error when trying the sample project file)
-
@yetiarmynft said in AndroidManager - module for managing android emulators:
An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command 'C:\\Users\\Administrator\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe -P 5037 -s 127.0.0.1\:21503 install -g C:\\Users\\Administrator\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\io.appium.settings\\apks\\settings_apk-debug.apk' exited with code 1'; Command output: adb: failed to install C:\Users\Administrator\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk: Exception occurred while executing: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.endsWith(java.lang.String)' on a null object reference at com.android.server.pm.PackageManagerShellCommand.runInstall(PackageManagerShellCommand.java:968) at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:179) at android.os.ShellCommand.exec(ShellCommand.java:103) at com.android.server.pm.PackageManagerService.onShellCommand(PackageMI don't know why this error did everything by step by step followed everything. Using Memu emulator. Emulator is detected (this error when trying the sample project file)
Can @thepappo help me on this one please I am stucked
-
I followed the tutorial precisely, and Appium is functioning correctly. However, in Browser Automation Studio, I'm encountering an issue where the adb command is recognized as unknown, and nothing seems to be working. Here's a screenshot of the error message:alt text
-
@thepappo said in AndroidManager - module for managing android emulators:
@likealife you passed a list of devices, pass a string with credentials instead.
am using memu emulator , i tried to do this still get error can you show me a sample screenshot please
-
@Lomusire said in AndroidManager - module for managing android emulators:
I followed the tutorial precisely, and Appium is functioning correctly. However, in Browser Automation Studio, I'm encountering an issue where the adb command is recognized as unknown, and nothing seems to be working. Here's a screenshot of the error message:alt text
I don't understand german, translate an error text into english.
@deepvine said in AndroidManager - module for managing android emulators:
@thepappo said in AndroidManager - module for managing android emulators:
@likealife you passed a list of devices, pass a string with credentials instead.
am using memu emulator , i tried to do this still get error can you show me a sample screenshot please
Look into sample of proxy's template at start post.
-
@thepappo how do i fix this error below
Error: Failed to create session. connect ETIMEDOUT 127.0.0.1:4723 when running "http://127.0.0.1:4723/wd/hub/session" with method "POST" and args "{"capabilities":{"alwaysMatch":{"platformName":"android","appium:udid":"78KNW20113001080","appium:automationName":"UiAutomator2","appium:newCommandTimeout":360},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"android","appium:udid":"78KNW20113001080","appium:automationName":"UiAutomator2","appium:newCommandTimeout":360}}"
-
-
This post is deleted!
-
Can you confirm if "Is Element Exists" is working as intended? I used multiple different xpaths for different elements and they all return as false even though they are present on the screen.
this is what i get