Open GoogleCodeExporter opened 9 years ago
Google Code-in task:
http://www.google-melange.com/gci/task/view/google/gci2011/7139264
Original comment by peli0...@googlemail.com
on 24 Nov 2011 at 11:16
Taking a quick glance, this seems to result from the installation process of
Android apps in general becoming corrupted, which can lead to odd errors. (
http://nolanlawson.com/2011/04/06/army-of-testers/ from
http://groups.google.com/group/android-developers/browse_thread/thread/4237a56b2
f9179f2).
If this is the issue, perhaps the solution would be to simply catch the
exception, then prompt the user to uninstall and then re-install the
application?
To figure out if this is something that is repeatable, I'm planning to try to
recreate the error either on my development hardware (Optimus V, 2.2.1) and
then on an emulator running Froyo, and then Gingerbread.
Also, is where discussion on the issue should go? Or should it go with the
Google Groups discussion page?
Original comment by ken...@gmail.com
on 25 Nov 2011 at 12:21
> catch the exception, then prompt the user to uninstall and then re-install
the application
This sounds like a great solution!
(if it helps advance the issue, like the two links you listed, you can comment
here. For more general discussions use the discussion page.)
Original comment by peli0...@googlemail.com
on 25 Nov 2011 at 12:29
In version 1.5 of OI Shopping List, org.openintents.shopping.backup.MyBackupPro
is referenced in the manifest, but doesn't actually exist (hence this might
have triggered the exception, although it may have been present previously in
v1.4).
Has the MyBackupPro functionality been taken out? If so, it seems the fix is to
simply remove the org.openintents.shopping.backup.MyBackupPro reference from
the Manifest.
Else, the functionality should be reinstated. How is MyBackupPro integrated
into OI Shopping List?
Original comment by ken...@gmail.com
on 25 Nov 2011 at 6:58
The class org.openintents.shopping.backup.MyBackupPro exists in
libs/OIShoppingListMyBackupPro.jar.
In principle this should have been included in the final apk file, but maybe
there is some problem with the ant script that is used to create the final apk
file? One could study the latest stable apk from the download section.
Original comment by peli0...@googlemail.com
on 26 Nov 2011 at 12:40
Google Code-in ended.
Original comment by peli0...@googlemail.com
on 22 Jan 2012 at 12:52
like this
Original comment by fastshop...@gmail.com
on 12 Jan 2015 at 6:57
Original issue reported on code.google.com by
peli0...@googlemail.com
on 25 Aug 2011 at 12:18