Hi all,
I'm having some trouble getting my apk loaded to my G1.
Here's what is happening:
I started working on a simple app (Experiment1) on my laptop.
It successfully loaded onto my phone.
I continued working on it on my desktop.
It worked on the Emulator but...
When I compiled it and tried to load it on the physical phone it
failed like so:
Q:\Documents\System\Experiment1>adb install Experiment1.apk
436 KB/s (0 bytes in 13435.000s)
pkg: /data/local/tmp/Experiment1.apk
Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
Note, I don't think it matters but if it does- my laptop is running 32-
bit windows, my desktop 64-bit.
The copy pasted command line is yet from another computer running 32-
bit windows. (since I couldn't get the driver working on 64-bit
windows)
After some digging I found that the error may have to do with the
signature.
I created a new project called experiment1a and copy pasted everything
into it from Experiment1 changing Experiment1 to experiment1a
everywhere.
Sure enough this successfully loaded on my phone.
I have tried uninstalling Experiment1 both from the phone applications
menu and from adb. It succeeds but still refuses to load the version
built on a different comp.
My question is how do I get around this?
More specifically how do I fully uninstall it in such a way that it
will forget the old sig and let me load the app built on a diff comp?
Thank you in advance.
Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---