dreamer1989
dreamer1989

Reputation: 1115

Android update error

When i am trying to update my application i am getting the following message in developer console.

Error: APK version 1 supports all the same devices as other APKs with higher versions. It would not be served. Please deactivate an APK.

Upvotes: 1

Views: 316

Answers (3)

harshit
harshit

Reputation: 3846

Can you check you version number and check it is higher than the previous one. Also for a detailed guide see http://developer.android.com/distribute/googleplay/publish/preparing.html and http://mobile.tutsplus.com/tutorials/android/publish-to-android-market/

Upvotes: 1

ankita gahoi
ankita gahoi

Reputation: 1562

Uninstall existing .apk and install new one.

Upvotes: 0

Ted Hopp
Ted Hopp

Reputation: 234795

It's just what it says. You have to deactivate your existing .apk file before activating the update. If you switch to the simple view, it will do this automatically; in the advanced view, you have to do each step yourself.

Upvotes: 1

Related Questions