#10 楼 @benlooking 哦 是嘛。。。。 那我不知道了诶。。。我回头帮你看看。
#8 楼 @benlooking 不是啊 selendroid 是为了兼容 4.1 一下的吧?
很不错啊,@seveniruby 这个可以 merge 了。
#7 楼 @seveniruby 安卓客户端的评论
xcodebuild build -workspace JLRubyChina.xcworkspace -scheme JLTesterHome -sdk iphonesimulator7.0
#17 楼 @benlooking 感觉是你的 bootstrap.jar 没有打进去手机。
#17 楼 @benlooking 没有 odex 应该无所谓,那就是说你有 uiautomator.jar 这个可以排除掉。 别的不知道啥原因了。。
#15 楼 @benlooking 你有看到我的图片么? 我里面有 pwd,然后显示的是 /system/.framework/, uiautomator.jar 应该出现在这里面。
#13 楼 @benlooking just try
#10 楼 @benlooking 看看 你的机器里面 有没有 uiautomator
#8 楼 @benlooking 你手机什么系统? Android 2.2 ?
你看你自己的提示就是说 找不到 bootstrap
#4 楼 @benlooking 那是 linux 的环境变量 你对应 windows 得变换下
To remove the adb error, try the following: add the path to the sdk folder to the PATH variable. You can do that by editing / creating the .bash_profile file and add the following : export PATH=${PATH} ANDROID_HOME=/sdk/
See https://github.com/appium/appium/tree/master/docs/cn
看看能不能解决。
运行时 异常啊? 好像是说找不到 bootstrap
#2 楼 @jimneylee 这个项目如何用 xcodebuild build 一个 app 出来啊? 总是失败。cocopod 难道不一样?
#2 楼 @jimneylee 底下应该用我们的 logo…
很酷啊
#3 楼 @532589730 这么早上班了啊?
这个错误是在 unknownCommand 的时候抛出来的。
exports.unknownCommand = function (req, res) {
logger.info("Responding to client that we did not find a valid resource");
res.set('Content-Type', 'text/plain');
res.send(404, "That URL did not map to a valid JSONWP resource");
};
你直接访问 http://localhost:4723/wd/hub, 当然会出这个错误,因为没有 routing 对应。
至于脚本为啥出错,需要更多的信息。