问题标签 [ruboto]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Accessing the /res/drawable folder in Ruboto
Upon all the research I could do on the Internet, it seems as though accessing a resource (.xml layout file, in my case), located in the /res/drawable folder to return as Drawable was as simple as calling this line:
However, when I tried that, I received the following error:
The line on my view is:
What is it that I am missing to get the resource out of that folder?
android - Ruboto 条码教程,构建失败
通过 ruboto 条形码扫描仪的教程,我遇到了一个我无法弄清楚的问题。
首先,教程在这里https://github.com/ruboto/ruboto/wiki/Tutorial%3A-barcode-scanning#add-the-zxinglib-utility-project
这是我的存储库https://github.com/alucero270/ruboto_barcode_scanner-
我完成了教程给出的所有步骤,但我不太明白这个声明中要求做什么:
复制项目旁边的 android-zxinglib-1.0/ZXingLib 目录。
除此之外,其他一切都按照
当我运行 rake install start 时:
项目 /home/alex/Ruby/ruboto/barcode_scanning
总时间:0 秒 rake 中止!命令失败,状态为 (1):[ant debug...]
任何帮助将不胜感激,并提前感谢
android - Windows 8 的 ruboto 设置,未找到 apache ant
嗨,我正在尝试在我的 Windows 8 上设置 Ruboto,即使通过命令提示符说是下载和安装 Apache,也会出现以下错误。任何帮助表示赞赏
android - Is there any tool in Ruboto like ProMotion in RubyMotion?
I know there are many tools/frameworks in RubyMotion, such as: Bubblewrap, AFMotion. (refer to: http://siwei.me/blog/posts/rubymotion-2-must-have-libraries-for-rubymotion-part2 ) , but when I googled around for the similar tools in Ruboto (Ruby on Android) I didn't see any result.
Could someone give me a clue? thanks a lot.
ruby - 从 Ruboto 访问网络
我正在尝试将来自 Android 的 Ruby-DRb-Messages 与 Ruboto 一起使用。我遇到了从 Ruboto 访问网络的问题,但没有找到任何示例或文档来解决此问题。
这是我的示例(我使用了 Ruboto QuickStartActivity 并尝试添加我的东西):
如果我使用两台 Linux 机器(DRb-Server 和 DRb-Client),DRb-stuff 可以通过网络正常工作。但是,如果我尝试上面的代码,logcat 会显示:
我的 Android 清单包括:
根据其他帖子(How to fix android.os.NetworkOnMainThreadException?)我读到,这个错误被抛出,因为在 Android 中无法使用主线程中的网络。
但是如何在 Ruboto 端解决这个问题以使 DRb 正常工作?
ruby - 运行带有参数的方法并给出返回值
我已经准备好了 Ruby-Class:
现在我想使用特定参数 startx、startz、targetx 和 targetz 来访问按钮。然后我计划将返回的变量“距离”作为 text_field 给出。也许有人知道,该怎么做?
android - 如何更改在 android 上运行的 ruboto 中的目录
我在安卓平板电脑上使用 ruboto (ruby)。我希望我的源位于通常的默认源目录的子目录中。有没有办法做到这一点?
ruby - 如何在 Ubuntu 中设置 ruboto 项目
我正在尝试为 Ubuntu 上的基本 Ruboto 项目设置我的开发环境。我已经安装了 ruboto gem 并运行了ruboto setup
命令,这就是我得到的。
即使我已经安装了 android sdk 并将其添加到 PATH。我已按照本教程中的步骤设置环境,但我仍然遇到问题。
https://github.com/ruboto/ruboto/wiki/Environment-setup-for-ubuntu
我之前使用 rvm 安装了 ruby 版本 2.3.0,当我运行命令 echo $PATH 时,我回来了:
任何帮助将非常感激。