[android-developers] Re: The apk must be signed with the same certificates as the previous

2012-02-08 Thread ets23
I got this error "Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]" but i'm sure that i'm using the same certificate. How can I check the certificate? On Feb 7, 6:57 pm, Mark Murphy wrote: > On Tue, Feb 7, 2012 at 12:39 PM, ets23 wrote: > > I'm trying t

[android-developers] The apk must be signed with the same certificates as the previous

2012-02-07 Thread ets23
I'm trying to uploading an update of one of my apps, I've created a new project on eclipse starting from the old version of the app, the app use the same package and the same key for signing but I still get this error The apk must be signed with the same certificates as the previous how can I solv

[android-developers] android 4.0 webview

2011-10-21 Thread ets23
i've an issue with the webview in android 4.0, the webview is empty with every page i try to load even if the page is loaded here's my code setContentView(R.layout.browser); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN); webview = (Web

[android-developers] emulator 4.0 and library project

2011-10-21 Thread ets23
With adt14 and android emulator 4.0 I have some problems when i made changes on a library source code and then I run the app who uses the library, eclipse doesn't relaunch the app but it bring the app to the front. This doesn't happen on a 2.3.5 nexus s, it relaunch the app when i modify the libra