Android Question Can't upload a new release in google playstore

andredamen

Active Member
Licensed User
Longtime User
I can't upload a new release in google playstore. I get this notification. What does this mean?

Found multiple <meta-data> elements for key 'com.google.android.gms.version', expected at most one.
 

DonManfred

Expert
Licensed User
Longtime User
What does this mean?
that you manifest contains multiple <meta-data> elements for key 'com.google.android.gms.version'. Only one should be there.
 
Upvote 0

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
I had this when upgrading reuploading an old app to play store on Friday. The problem was I had the old Google Play config in my manifest along with the new one.

 
Upvote 0
Top