I've got repetitive problems with my android created app on the android market.
All them seem to come from the manifest file.
There are times when the apps shuts down at launch (I've narrowed the problem down to a bad declaration on the manifest file)
But when I change the manifest (and manage to make it work on my device testing) then another problem appear because when I try to install it from the market it gives me a "bad package" error.
I suspect it's because there are remnants of the test apk on my device but I'm not sure.
Could someone with a device make me a favor and test to see if my application install and play correctly from the market.
link to the application on the market
I have made a sketch where I use the millis( ) function for timing and it's working perfectly in normal processing.
When I switch to android and I try it on the emulator, the sketch doesn't seem to work properly it's as if millis returns zero constantly.
Is it a known problem? If yes, is it a problem with the emulator or the android system?
Is there a workaround?
thanks in advance.