Citar
c:\pgs4a-0.9.4>python android.py installsdk
I'm compiling a short test program, to see if you have a working JDK
on your system.
Traceback (most recent call last):
File "buildlib\install_sdk.py", line 17, in run
subprocess.check_call(args)
File "C:\Python27\lib\subprocess.py", line 535, in check_call
retcode = call(*popenargs, **kwargs)
File "C:\Python27\lib\subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 2] El sistema no puede encontrar el archivo especificado
I was unable to use javac to compile a test file. If you haven't
installed the JDK 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.
I'm compiling a short test program, to see if you have a working JDK
on your system.
Traceback (most recent call last):
File "buildlib\install_sdk.py", line 17, in run
subprocess.check_call(args)
File "C:\Python27\lib\subprocess.py", line 535, in check_call
retcode = call(*popenargs, **kwargs)
File "C:\Python27\lib\subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 2] El sistema no puede encontrar el archivo especificado
I was unable to use javac to compile a test file. If you haven't
installed the JDK 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.
Tengo java instalado (JDK y JRE), agregados al path del sistema, no comprendo ese error
He probado reinstalado, y con otras versiones de JDK y nada
Un saludo