我正在尝试使用 Ruboto 开发 android 应用程序。我似乎无法让它全部启动并运行。当我尝试运行类似:
ruboto gen app --package com.test.me --name Test --target android-17
我得到以下输出:
Found '/usr/bin/adb' but it is not in a proper Android SDK installation.
RuntimeError: The '<ANDROID_HOME>/tools' directory is missing.
Please set the ANDROID_HOME environment variable to a proper Android SDK installation.
我已经按照 Ruboto git 网站 ( https://github.com/ruboto/ruboto/wiki/Environment-setup-for-ubuntu ) 上的指南进行操作,但无论我做什么,我仍然会收到该错误。当我手动进入目录时,工具目录并没有丢失。
一些额外的信息:
- 我正在使用 Ubuntu 13.10。
android
我在终端中运行后安装了每个 SDK 。- 我通过 rvm 使用 jruby