An update question !
Posted
by rantravee
on Stack Overflow
See other posts from Stack Overflow
or by rantravee
Published on 2010-04-19T16:41:54Z
Indexed on
2010/04/19
18:53 UTC
Read the original article
Hit count: 303
android
Hi ,
Here's the problem I'm facing : trying to do my own application update I download the update apk from a web server on the sd card and then I launch the Package Installer with the downloading path ( while the old application is running) . So far after the package installer starts and the user agrees to install the application I get the following message " MyApp Could not be installed on this phone" and in the logcat then following message is printed : "No package identifier when getting value for resource number 0x00000000" . I could not find a reason for this behaviour , so please if there is something that I'm missing do point it to me !
© Stack Overflow or respective owner