さて、質問にあるように、RAPT でコマンドを実行するのに問題があります。
python android.py installsdk
通常は次のように返されます。
I'm compiling a short test program, to see if you have a working JDK
on your system.
I was unable to use javac to compile a test file. If you haven't
installed the Java Development Kit yet, please download it from:
http://www.oracle.com/technetwork/java/javase/downloads/index.html
The JDK is different from the JRE, so it's possible you have Java
without having the JDK. Without a working JDK, I can't continue.
多くのバージョンの JDK を試しました。変数「PATH」を確認しましたがjavac
、問題なく実行できました。特定のバージョンの JDK が必要ですか? (私はPython 2.7、32ビットを使用しています)