Question

He there,

My problem is that I have a signed apk that I installed after making it in eclipse. It has no errors when I test it in the emulator but when I transfer it to my real device (rooted kindle fire with ICS) I can't find the app. It doesn't show up in the launcher or in Settings>Apps in any category.

I want to install a new unsigned version but I can't because I can't uninstall the first one and it gives me a certificate error.

Using Eclipse Juno on Windows 7 building as android version 2.1 and running on 4.0.5

Was it helpful?

Solution

Did you try 'adb uninstall "package name"' from the command line?

Package name should be something like: com.mycompany.myapp

OTHER TIPS

there are several command line interface apps available in market ... install them and then try "adb uninstall "package name" " ... try apps like terminal emulator

I would use this app, have used it numerous times....

Terminal Emulator

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top