0
I’m uploading my app to google play and I’m not getting my apk up, anyone knows what the mistake is?
0
I’m uploading my app to google play and I’m not getting my apk up, anyone knows what the mistake is?
1
I switched the versionCode in the build.Lade and climbed again.
Browser other questions tagged android upload app google-play apk
You are not signed in. Login or sign up in order to post.
But the error ta written there, you can not upload another apk with the same version, just change to version 2 (or 1.1)
– Leonardo Dias
I’m new at this
– Luis Felipe
I don’t think I’ve climbed anything kkkj, so I don’t know. How would I change this version or where I can see the apk I’ve already climbed?
– Luis Felipe
I managed to find where it is, anyway thank you, your answer cleared my head!
– Luis Felipe
You went on the build.Radle inside the /app? And increased the versionCode there?
– Leonardo Dias
No I deleted what had gone wrong, which was version 1 and then I uploaded that version again
– Luis Felipe
To avoid excluding from your artifacts, change
versionCode
in thebuild.gradle
at the application level andandroid:versionCode
inAndroidManifest.xml
– André Ozawa