Android Build

Discussion in 'Technical Discussion' started by Deliverbo, Aug 22, 2016.

  1. Deliverbo

    Deliverbo Avid Boxer

    Joined:
    Dec 2, 2015
    Messages:
    220
    Likes Received:
    69
    Hey everybody, @Christoph @heathclose

    When I try to compile in eclipse it says this compile has errors

    In the the general settings for google play store do I need to enter anything in the "version code" section?

    I did enter a bundle id and license key.
     
    Last edited: Aug 22, 2016
  2. roy

    roy Boxer

    Joined:
    Jul 23, 2016
    Messages:
    69
    Likes Received:
    27
    You should set the version code to a number (integer), starting from 1 and up. Every time you upload a new APK to Play Store you need to have a higher version code.

    As for the compile errors you should provide the exact messages and/or screenshots.
     
    Deliverbo likes this.
  3. Deliverbo

    Deliverbo Avid Boxer

    Joined:
    Dec 2, 2015
    Messages:
    220
    Likes Received:
    69

    Thanks very much roy.

    So is it simply the same as the game version?
     
    Last edited: Aug 23, 2016
  4. roy

    roy Boxer

    Joined:
    Jul 23, 2016
    Messages:
    69
    Likes Received:
    27
    Almost. You can think of it as that. Only that Play Store treats the version code a bit more strict as you need to always increment it and it must be an integer, while you can play with the game version more or less as you want.
     
    Deliverbo likes this.

Share This Page