How to make an android package name?

I have absolutly no clue on how to make one

Comments

  • BBEnkBBEnk Member Posts: 1,764

    just make something up.

  • http_gamesaladhttp_gamesalad Member Posts: 1,340

    @BBEnk But I havne't made an Android Package Name.. I don't know where or how to make one

    Unless I can just put anything & it'll workImage and video hosting by TinyPic

  • LovejoyLovejoy Member Posts: 2,078

    @http_gamesalad said:
    BBEnk But I havne't made an Android Package Name.. I don't know where or how to make one

    Unless I can just put anything & it'll work

    Like @BBEnk said, just make it up. So type in whatever you want it to be.

  • MentalDonkeyGamesMentalDonkeyGames Member Posts: 1,276

    You can put anything you want it to be. Just make sure you remember what it is. You´ll need it if you plant to publish to Google Play or Amazon.

    If i remember correctly, you´ve already published for iOS? The 'Android Package Name' is basically the same thing as 'Bundle Indetifier' for iOS.

  • http_gamesaladhttp_gamesalad Member Posts: 1,340
    edited April 2015

    @Lovejoy & @NipaDidIt So I don't have to make a distribution or development provison profile for the Android package name?

  • MentalDonkeyGamesMentalDonkeyGames Member Posts: 1,276

    No such thing needed for Android. You sign the apk with the keystore.

    You really should read through the Android publishing in the Cookbook. Especially parts 4.2 and 4.5.

  • http_gamesaladhttp_gamesalad Member Posts: 1,340

    @nipadidit I did what you did but it's asking for "Password Chosen Key" .. I put in the same password for the "Password Keystore" & it didn't accept it

    Image and video hosting by TinyPic

  • SummationSummation Member, PRO Posts: 476

    @http_gamesalad said:
    nipadidit I did what you did but it's asking for "Password Chosen Key" .. I put in the same password for the "Password Keystore" & it didn't accept it

    Image and video hosting by TinyPic

    The password for your main keystore should be different than the password for the key to your game, I think.

  • http_gamesaladhttp_gamesalad Member Posts: 1,340

    @Summation do you know where I can find the password for chosen key?

  • SummationSummation Member, PRO Posts: 476

    @http_gamesalad said:
    Summation do you know where I can find the password for chosen key?

    You would be the one to know that since you made that key.
    If you forgot what it is, you can just make a new one I think?

  • http_gamesaladhttp_gamesalad Member Posts: 1,340

    @Summation apperently gamesalad isn't finding my "zipalign".. do you know how to fix this?

  • SummationSummation Member, PRO Posts: 476
    edited April 2015

    @http_gamesalad said:
    Summation apperently gamesalad isn't finding my "zipalign".. do you know how to fix this?

    In my particular case, I had to search my entire drive for zipalign.
    It's now in a folder on my desktop.

  • http_gamesaladhttp_gamesalad Member Posts: 1,340

    @summation so if I go into my finder & go to my "all files" tab & click on it & type in "zipalign" it should pop up?

  • SummationSummation Member, PRO Posts: 476

    @http_gamesalad Well, I'm using the windows version so I went into my windows explorer, clicked on my local drive, then in the search I typed in zipalign so it would search everything. Took a while!

  • LovejoyLovejoy Member Posts: 2,078
    edited April 2015

    @http_gamesalad said:
    summation so if I go into my finder & go to my "all files" tab & click on it & type in "zipalign" it should pop up?

    Its in your home _ SDK _ build-tools _ pick the latest folder like 20.0.1 and zipalign is there.

Sign In or Register to comment.