I have a similar issue with the "Application not installed" Unfortunately, I do not have the luxury of removing the application on account of a database. Strangely, after the download, install and prompts to proceed, I get the screen telling me "Application not installed" and the following message in the LOGCAT.
05-07 00:12:36.058: INFO/InstallAppProgress(392): Finished installing com.androidologist.stockstatus I have double checked the manifest before/after and the only differences are the android:versionCode="6" and android:versionName="1.4". Any idea why it won't install over existing? Peace, Scott On Apr 14, 8:13 pm, Mark Murphy <[email protected]> wrote: > DonFrench wrote: > > I have successfully installed my (first) app many times to my Nexus > > One directly from Eclipse But now I want to distribute it to some > > testers. So I exported it from Eclipse and created a signed version > > and put it up on my web site. When I download that version to my > > phone and attempt to install it, it warns me that it is replacing an > > existing version and shows me the usual list of things I have to agree > > to (internet access, location, etc.). But then when I accept, I get > > the not-too-helpful message "Application not installed". The log file > > for this period is: > > > 04-14 17:55:07.017: INFO/ActivityManager(70): Starting activity: > > Intent { dat=file:///./sdcard/download/AutoMate.apk > > cmp=com.android.packageinstaller/.InstallAppProgress (has extras) } > > 04-14 17:55:07.087: WARN/InstallAppProgress(2140): Replacing > > package:com.thegadgetworks.automate > > 04-14 17:55:07.228: WARN/AudioFlinger(52): write blocked for 207 > > msecs, 130 delayed writes, thread 0xd768 > > 04-14 17:55:07.438: DEBUG/PackageParser(70): Scanning package: /data/ > > app/vmdl52208.tmp > > 04-14 17:55:07.548: INFO/ActivityManager(70): Displayed activity > > com.android.packageinstaller/.InstallAppProgress: 503 ms (total 503 > > ms) > > 04-14 17:55:07.728: DEBUG/dalvikvm(70): GC freed 2689 objects / 187168 > > bytes in 100ms > > 04-14 17:55:09.357: INFO/InstallAppProgress(2140): Finished installing > > com.thegadgetworks.automate > > > Any ideas on what the problem might be? > > If the one on your device is signed with another key (e.g., debug), you > won't be able to install the other one over the top. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Android App Developer Books:http://commonsware.com/books -- 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

