Klaus Kartou wrote: > Hi! > > We are suddenly unable to install our app on G1 developer phones with 1.6. > Works perfectly on emulator. When installing the app we get: > > Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE > Please check logcat output for more details. > Launch canceled! > > ..and logcat: > > PackageManage: Couldn't copy package file to temp file. > > > What does this mean? We checked that there is actually room enough on > the phone..
Bear in mind that installation requires a multiple of your APK size. So, if you have a 3MB APK and 5MB free, I think that'll fail. I seem to recall seeing posts stating it's a factor of four (3MB app requires 12MB on install), but that might just be for "copy protected" apps... -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 2.8 Available!
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en