#56
Post
by tentacle » Sat Mar 31, 2012 5:27 pm
Hi all.
If it helps debug, with the latest version, my first tries resulted in the 'giving up' error above. I had not created an android signing key.
After re-doing the installsdk and this time creating the key, I get:
Traceback (most recent call last):
File "C:\Users\freddie\Documents\renpy\Snatcher 2.0\rapt\android.py", line 66,
in <module>
main()
File "C:\Users\freddie\Documents\renpy\Snatcher 2.0\rapt\android.py", line 44,
in main
configure.configure(iface, directory)
File "buildlib\configure.py", line 108, in configure
config.save(directory)
File "buildlib\configure.py", line 30, in save
with file(os.path.join(directory, ".android.json"), "w") as f:
IOError: [Errno 2] No such file or directory: 'snatcher\\.android.json'
This is the same error I ended up with when trying on Linux, too.
With 6.13.9.2, building without a key also fails (but no coherent error, it just says it cant find the game-1-release.apk in the dir. the latest file there is game-1-release-unsigned.apk).
After creating a key it builds ok.
When actually trying to run it though, I get ScriptError: could not find label 'start'.
I'm not concerned with this and happy to wait for future updates, but if there's anything I can do to help debug, I'm happy to oblige.