Ich möchte eine Python-Android-App mit this software machen. Ich habe Java JDK installiert ist, wenn ich java -version
laufen bekomme ich:JDK nicht gefunden auf Debian 8.5
java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)
jedoch die Linie python android.py installsdk
von witin rapt Verzeichnis läuft (wie in der Anleitung beschrieben) sagt mir, dass ich keine JDK haben:
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.