igniteram / appium-webdriverio-typescript

Test framework for automating mobile apps with appium using webdriverio & typescript!
MIT License
82 stars 58 forks source link

[Appium logs]: taking invalid path #14

Open ajitqait opened 5 years ago

ajitqait commented 5 years ago

ERROR: An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command 'C\:\Users\Fran\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ZY322C865Q shell pm install /data/local/tmp/appium_cache/e1ccbc83780504f65017e742eeecb064dedbeba7.apk' exited with code 1'; Stderr: 'Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl2145678506.tmp/base.apk: File res/drawable-sw360dp-xxhdpi-v13/calculator_advanced_btn_multi_functions_popup_tan1_normal.png in manifest does not exist]'; Code: '1' zy322c865q.android.8_1_0.c:\users\fran\desktop\mobile\appium-webdriverio-typescript\app\lgcalculator_apk

Cannot upgrade 'io.appium.settings' because of 'Error executing adbExec. Original error: 'Command 'C\:\Users\Fran\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ZY322C865Q shell pm install -r -g /data/local/tmp/appium_cache/728413456b86856a2003edeb524d6bd577ca6418.apk'

I think its taking worng plateformTools path means that starting of path with "c\:" this one is wrong but i m not getting why its taking such type of path

igniteram commented 5 years ago

@ajitqait sorry for late reply , have you figured out this path issue? its more or less configuration issue and not the issue from the framework itself, do let me know so that I could close the issue.