Why does my app not work on Android 2.3?
- by user455141
Hi all, just a quick question about Android 2.3.
I've been receiving reports from people using my app that it crashes on startup in Android 2.3. It works absolutely fine on the other SDK versions as far as I can tell. Since I don't have a phone running Android 2.3 I can't test out where the error is, which makes it very frustrating to deal with!
Has anyone got any ideas what might have changed in Android 2.3 to mean the app crashes? Has anyone else had a similar problem?
The following are ideas I've had for what might be causing it...
Splash screen - on my main activity I trigger this in onCreate and it displays for 3 secs before finishing
I'm using the GPS capability of Android, has this vastly changed in 2.3 to mean that something's going wrong?
There's been a fundamental change in application startup in 2.3 that I'm not aware of.
Any feedback would be much appreciated!