#202
Post
by KeyboardSan » Sun Oct 05, 2014 5:48 am
Hey I am getting this error while trying to install Android SDK
the engine installed the Apache Ant as well as the Android SDK but after that this error pops up. Please help.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "launcher/game/android.rpy", line 569, in script
python:
File "launcher/game/android.rpy", line 571, in <module>
rapt.install_sdk.install_sdk(AndroidInterface())
File "launcher/game/android.rpy", line 258, in call
if yes and self.yes_thread:
AttributeError: 'AndroidInterface' object has no attribute 'yes_thread'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "launcher/game/android.rpy", line 569, in script
python:
File "C:\Users\ayush\Downloads\renpy-6.18.1-sdk\renpy-6.18.1-sdk\renpy\ast.py", line 778, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\ayush\Downloads\renpy-6.18.1-sdk\renpy-6.18.1-sdk\renpy\python.py", line 1382, in py_exec_bytecode
exec bytecode in globals, locals
File "launcher/game/android.rpy", line 571, in <module>
rapt.install_sdk.install_sdk(AndroidInterface())
File "C:\Users\ayush\Downloads\renpy-6.18.1-sdk\renpy-6.18.1-sdk\rapt\buildlib\rapt\install_sdk.py", line 254, in install_sdk
get_packages(interface)
File "C:\Users\ayush\Downloads\renpy-6.18.1-sdk\renpy-6.18.1-sdk\rapt\buildlib\rapt\install_sdk.py", line 172, in get_packages
if not run_slow(interface, plat.android, "update", "sdk", "-u", "-f", "-a", "-t", ",".join(packages), yes=True):
File "C:\Users\ayush\Downloads\renpy-6.18.1-sdk\renpy-6.18.1-sdk\rapt\buildlib\rapt\install_sdk.py", line 33, in run_slow
interface.call(args, cancel=True, **kwargs)
File "launcher/game/android.rpy", line 258, in call
if yes and self.yes_thread:
AttributeError: 'AndroidInterface' object has no attribute 'yes_thread'
Windows-7-6.1.7600
Ren'Py 6.18.1.670
Ren'Py Launcher 6.18.1.670