gust0208
06-05-2009, 06:05 PM
Hello everyone,
I am trying to do some updates for my free app and have been getting Force Close errors on the phone user side when trying to start any activity for result since the push of the 1.5 update to phone users. I am compiling my code on the 1.1 base and testing it on my AVD with 1.5 with no problems or errors. I have implemented proper life cycle management and the error can occur on first use which seems to make memory issues unlikely.
I reviewed the 1.5 changes and can't see any major updates to functions used by my code, which is simply an adaptation of the official Android NotePadV3 program.
Anyone have an idea of something simple in the base code or potentially the manifest that may be causing a force close error on starting any activity on the phone user side that does not appear on the emulator?
Cheers,
Tom
I am trying to do some updates for my free app and have been getting Force Close errors on the phone user side when trying to start any activity for result since the push of the 1.5 update to phone users. I am compiling my code on the 1.1 base and testing it on my AVD with 1.5 with no problems or errors. I have implemented proper life cycle management and the error can occur on first use which seems to make memory issues unlikely.
I reviewed the 1.5 changes and can't see any major updates to functions used by my code, which is simply an adaptation of the official Android NotePadV3 program.
Anyone have an idea of something simple in the base code or potentially the manifest that may be causing a force close error on starting any activity on the phone user side that does not appear on the emulator?
Cheers,
Tom