Replying to Google Play Dev problem with Version Code and Name

  • Create account

    • Nickname:
  • Enter your Post

    •              
           
       
      FFUpload  Huppy Pick colour  HTML Editor  Help
      .
    •      
       
      File Attachments    Clickable Smilies    Show All
      .
  • Clickable Smilies

    • :huh:^_^:o:;):P:D:lol::B)::rolleyes:-_-<_<:)
      :wub::angry::(:unsure::wacko::blink::ph34r::alienff::cry::sick::shifty::woot:
      <3:XD:*_*:];P:XP:(:=)X):D:>.<>_<
      =_=:|:?3_3:p:;_;^U^*^^*:=/::*::b::f:
  • File Attachments

    • BlogFree Hosting   jpg gif png zip ...

      Descr.:
      Image Hosting: host it!

  •   

Last 10 Posts [ In reverse order ]

  1. Posted 3/5/2014, 17:53
    CITAZIONE (Elvin Cabral @ 3/5/2014, 17:32) 
    Muchisimas gracias tenia el mismo problema

    Great :D I'm glad I solved your problem :)
  2. Posted 3/5/2014, 16:32
    Muchisimas gracias tenia el mismo problema
  3. Posted 20/4/2014, 18:29

    android_studio_logo

    HOW TO FIX VERSION NAME AND VERSION CODE PROBLEM


    Today I have published a new Version of my App, but I received an error: "You must change the Version Code, because there is already an APK with Version Code = 1".

    So I opened the manifest.xml in Android Studio and I wrote, in the xml configuration, this 2 lines:

    android:VersionCode="2"
    android:VersionName="1.1"

    But when I uploaded again my APK, I still had the same error.

    Then I have understood the problem, if you want to change the Version Name and the Version Code, you must change it in the manifest.xml AND IN THE build.gradle!

    So I opened the build.gradle, I changed the version name and the version code, then I syncronized the gradle and I saved my Project.

    Then I uploaded my APK again and it has worked! :D


    If you have another problem, write it below :)

Review the complete topic (launches new window)