#169
Post
by darkagent » Thu Oct 03, 2013 12:27 am
I'm trying to build the_question game to android but still get error
D:\rapt-6.13.11.0>android.py build the_question release
Updating build files.
Traceback (most recent call last):
File "D:\rapt-6.13.11.0\android.py", line 66, in <module>
main()
File "D:\rapt-6.13.11.0\android.py", line 54, in main
build.build(iface, args.argument[0], args.argument[1:])
File "buildlib\build.py", line 311, in build
build_core(iface, directory, commands)
File "buildlib\build.py", line 231, in build_core
subprocess.call([plat.android, "update", "project", "-p", '.', '-t', 'androi
d-8', '-n', versioned_name])
File "C:\Python27\lib\subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\lib\subprocess.py", line 679, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 893, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
Logcat :
D:\rapt-6.13.11.0>android.py logcat
Traceback (most recent call last):
File "D:\rapt-6.13.11.0\android.py", line 66, in <module>
main()
File "D:\rapt-6.13.11.0\android.py", line 57, in main
subprocess.call([ plat.adb, "logcat", "-s", "python:*"] + args.argument)
File "C:\Python27\lib\subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\lib\subprocess.py", line 679, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 893, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified