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 ) のガイドに従いましたが、何をしてもエラーが発生します。手動でディレクトリに移動すると、tools ディレクトリが欠落していません。
追加情報:
- Ubuntu 13.10 を使用しています。
android
ターミナルで実行した後、すべての SDK をインストールしました。- 私はrvmを介してjrubyを使用しています