Problems in creating click package for native application
- by Swordfish90
Hello everyone I've tried may times to package a native click application mainly following this tutorial: http://notyetthere.org/?p=316
The procedure works and I'm able to execute the binaries both on phones and desktops. The problems start when I install the click package. The application is launched but the game is not working (the "gamefield" is not loaded). The only error message that is given is that versions of localstorages are not compatible (that is impossbile, because it never changed). I suspect that the problem is related to apparmor but I have no proof of that.
The source code of the application is available here: https://launchpad.net/ubuntu-netwalk
Thank you in advance to everyone...