解决appium-doctor报 bundletool.jar cannot be found

这篇具有很好参考价值的文章主要介绍了解决appium-doctor报 bundletool.jar cannot be found。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

一、下载bundletool.jar

        下载地址:https://github.com/google/bundletool/releases

解决appium-doctor报 bundletool.jar cannot be found,自动化测试,APP测试,APP测试,appium,测试工具,android

二、重命名

        重命名这个jar包为bundletool.jar,在android sdk目录下,新建bundle-tool目录,把bundletool.jar包放入其中。

解决appium-doctor报 bundletool.jar cannot be found,自动化测试,APP测试,APP测试,appium,测试工具,android

解决appium-doctor报 bundletool.jar cannot be found,自动化测试,APP测试,APP测试,appium,测试工具,android

三、配置环境

        path后追加上述路径的环境。

解决appium-doctor报 bundletool.jar cannot be found,自动化测试,APP测试,APP测试,appium,测试工具,android

解决appium-doctor报 bundletool.jar cannot be found,自动化测试,APP测试,APP测试,appium,测试工具,android文章来源地址https://www.toymoban.com/news/detail-585173.html

到了这里,关于解决appium-doctor报 bundletool.jar cannot be found的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 已解决TypeError: Descriptors cannot not be created directly.

    已解决TypeError: Descriptors cannot not be created directly. If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc = 3.1.0If you cannot immediately regenerate your protos, some other possible workarounds are: 1. Downgrade the protobuf package to 3.20.x or lower. 2. Set PROTOCOL_BUPFERS_PYTHON_iMPLEME

    2023年04月08日
    浏览(50)
  • 【the import cannot be resolved问题可以通过以下方法解决】

    eclipse 导入的项目后,src源码类文件代码的import xx.xxx.xx 识别不了其他包的类。提示the import can not be resolved project-clean ,重新编译项目; 引入源码文件 , 右键项目-build path - Config build path-source-add folder-选中每个module中的src; 重新导入依赖jar包 ,右键项目-build path - Config buil

    2024年02月11日
    浏览(55)
  • 解决:python+appium报错ValueError: Timeout value connect was <...>, but it must be an int, float or None.

    pip install --force-reinstall -v \\\"selenium==4.8.0\\\" 参考: python - Running an keyword on Robotframework throw an error: ValueError: Timeout value connect was object object at 0x106cc5b50 - Stack Overflow ValueError: Timeout value connect was object object at 0x7f7515f84420, but it must be an int, float or None. · Issue #863 · appium/python-client

    2024年02月11日
    浏览(85)
  • 已解决TypeError: Descriptors cannot not be created directly异常的正确解决方法,亲测有效!!!

    已解决TypeError: Descriptors cannot not be created directly异常的正确解决方法,亲测有效!!! 文章目录 问题分析 报错原因 解决思路 解决方法 总结 在Python开发中,当你尝试以不恰当的方式使用描述符(descriptor)时,可能会遇到一个错误提示:“TypeError: Descriptors cannot not be created dir

    2024年02月21日
    浏览(49)
  • jsp页面出现“String cannot be resolved to a type”错误解决办法

    篇首语:小编为大家整理,主要介绍了jsp页面出现“String cannot be resolved to a type”错误解决办法相关的知识,希望对你有一定的参考价值。 解决办法:    右键项目名→Properties→​​Java ​​Build Path→Libraries→选中JRE System Library[Sun JDK 1.8.0_102]→Edit→选中“Workspace default JR

    2024年02月09日
    浏览(42)
  • 全网详细解决java.lang.ClassCastException: xxx类型 cannot be cast to xxx类型

    xxx类型 可以为如下类型: 我们自定义的类: Student 类 Project 类 Person 类 …等等 基本变量的包装类: int 的包装类 Integer long 的包装类 Long float 的包装类 Float …等等 字符串 String 类型 今天在写如下代码:

    2024年02月07日
    浏览(64)
  • word中运行Mathtype报错问题解决方案(The MathType DLL cannot be found)

    说明 一定选择对应版本的MathPage,并放到对应的位置 office版本在“word文件”→“账户”→“关于word”中 mathtype中对应MathPage和Office Support版本的 mathtype7.4安装包和补丁连接: 链接:https://pan.baidu.com/s/1z1l9qTIZwTdf96BDZjP81A 提取码:odow mathtype即使卸载掉,其加载项还是存在,总结

    2024年02月07日
    浏览(54)
  • java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType解决方案

    异常:java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType 类型转换异常 主要是因为泛型使用不规范导致的错误,在MVP抽取中,我们需要懂得许多关联在一起的流程! 意思是Class类型不能转换成ParameterizedType类型,多出现于数据解析,泛型使用。先写的泛型,导致传回来的是

    2024年02月15日
    浏览(69)
  • 已解决java.lang.String cannot be cast to java.lang.Integer异常的正确解决方法,亲测有效!!!

    已解决java.lang.String cannot be cast to java.lang.Integer异常的正确解决方法,亲测有效!!! 开发中经常会遇到java.lang.String cannot be cast to java.lang.Integer异常,记录下我怎么解决的。 这个错误是因为你试图将一个字符串对象转换为整数对象,但是类型不匹配。 下滑查看解决方法 在

    2023年04月08日
    浏览(76)
  • 已解决ValueError: Excel file format cannot be determined, you must specify an engine manually.

    已解决ValueError: Excel file format cannot be determined, you must specify an engine manually. 粉丝群里面的一个小伙伴遇到问题跑来私信我,想用Pandas读取Excel,但是发生了报错(当时他心里瞬间凉了一大截,跑来找我求助,然后顺利帮助他解决了,顺便记录一下希望可以帮助到更多遇到这个

    2024年02月02日
    浏览(44)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包