> Is there anyone who can reply to this? > > On Sep 23, 6:37 pm, javame_android <[email protected]> wrote: >> I have developed an application and want to sign it. After signing the >> application when I try to Align the final package with zipalign. But >> there's no file called zipalign in tools directory. Can someone guide >> me regarding this?
zipalign is new to Android 1.6 AFAIK. >> Moreover, after signing the application when I try to install the >> application it gave me "com.satloc signatures do not match the >> previously installed version; ignoring!". To remove this error I tried >> -wipe_data. After doing this I again tried to load the application >> with adb install SatLoc.apk but it again gave me an error this time >> it >> >> DDM dispatch reg wait timeout >> Can't dispatch DDM chunk 52454151: no handler defined >> Can't dispatch DDM chunk 48454c4f: no handler defined >> pkg: /data/local/tmp/SatLoc.apk >> Failure [-12] You need to be doing less stuff while the install is going on. I usually see that error message when the install process (or emulator) cannot run fast enough. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

