tags:

views:

23

answers:

1

A friend got an error on his HTC Desire trying to install an app. He uses eclipse for installing.

The error from LogCat:

E/PackageInstallationReceiver( 244): Remove /data/local/tmp/my.package.apk Fail! W/System.err( 244): java.io.IOException: Error running exec().

I used adb shell to see whats inside this tmp folder. And there was no such apk. So I renamed another, but the error stays which means, that he never really tries to delete this apk, right?

The same code runs fine on the emulator and my Nexus One. Some suggestions?

+1  A: 

hey i copyed the .apk with the same name like the error to this error path then i started again tha app and i got the same error but it works

...

informaticore