S
S
stalker_by2012-09-17 17:52:37
Android
stalker_by, 2012-09-17 17:52:37

android developer console not working?

I can’t upload a new version of the APK to the Android Developer Console today, it says “The server could not process your apk. Try again ... "
Has anyone encountered this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel Isakov, 2012-09-17
@kwikpik

It happened a couple of times. A couple of hours passed.

S
stalker_by, 2012-09-20
@stalker_by

The reason turned out to be in the signature to the APK, Google allows signing the APK only with a certain digest and algorithm, in Java 6 version everything is OK, in 7 the default settings have changed, now you need to directly specify all the parameters:

jarsigner -sigalg MD5withRSA -digestalg SHA1 ...

More details here, in the Caution section : developer.android.com/tools/publishing/app-signing.html#signapp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question