I'm using processing 2.0b6
When I click on "run on device" in the processing IDE, everything works like a charm. So I thought.... time to try and get the signed apk.
I followed these instructions for creating a signed apk (with great difficulty! I might add).
Initially I had java jdk 7 installed but the signed apk produced refused to install on the phone at all....
so I googled and after a couple of hours found a solution; downgrade java jdk from 7 to 6.
So I did that and everything worked as it was supposed to.... I had finally got my signed apk.
So I installed it on my phone and when I tried to run it, I got the error message "unfortunately <myapp> has stopped".
So I don't even know what question I should be asking except.... "what in the world do I do now?"
I guess the question might be.... what changes between "run on device" and "signed apk" that might cause it to not work anymore. I imagine there are LOADS of things :-s
There's no point spending months creating an app that only I can run. This might just be the one issue that puts me off programming altogether :-s
So please, any help would be much appreciated.
1