views:

24

answers:

1

hi i have made an app which have target sdk a 2.2 and min sdk version as 3. And i have 2 services which start at boot time. when i run the app on 1.6 than it is running fine but as i try to run the app on 2.2 my services get start but got Crash after some time.. why this is happening? when i look at log cat it is giving me something like this which i not coming in 1.6

I/PackageManager( 58): Removing non-system package:com.company.cellSafetyZoneThree
I/Launcher.Model( 126): not binding apps: no Launcher activity
Package com.company.cellSafetyZoneThree codePath changed from /data/app/com.company.cellSafetyZoneThree-1.apk to /data/app/com.company.cellSafetyZoneThree-2.apk; Retaining data and using new

/data/app/com.company.cellSafetyZoneThree-2.apk changed; unpacking

Plz help me?

A: 

take a look at logcat

Marco Schmid
yes sir i take a look on that..i have added this in my question now plz help me.
nimi