Error publishing android game

kirk1234kirk1234 Member Posts: 93
edited February 2012 in Working with GS (Mac)
i was trying to publish an android game and got this error.

Package Name is not valid. Package segments must start with either [a-z] or _ and must be in all lower case, except for the last segment may have mixed case letters.

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    I think the error is pretty clear, what are you naming the package?
  • kirk1234kirk1234 Member Posts: 93
    The Last Defense

    that was going to be the title


    also thanks for the replay
  • kirk1234kirk1234 Member Posts: 93
    also what package is it talking about , is it during the publishing with GS

    thanks
  • butterbeanbutterbean Member Posts: 4,315
    I believe it's talking about the package name, meaning when you go into the android settings, at the top it says "Package Name"

    put something like: com.kirk1234.lastdefense (com.xx.xx)

    Hope this helps!
  • kirk1234kirk1234 Member Posts: 93
    @Tshirtbooth Yup, I did that EXACTLY!

    @Butterbean I just re-did it and still got that error above.
  • kirk1234kirk1234 Member Posts: 93
    Yes, Yes, Yes, Thanks Tshirtbooth And Thanks Butterbean , I Found What I Did Wrong

    Huge Props to Tshirtbooth And Butterbean

    Solution

    During Terminal

    keytool -genkey -v -keystore titlehastomatchthepackagenameexactly.keystore -alias titlehastomatchthepackagenameexactly -keyalg RSA -keysize 2048 -validity 10000


    And has to be lower case during Gamesalad publishing

    Thanks!
  • butterbeanbutterbean Member Posts: 4,315
    @Kirk: Glad you got it sorted out!

    Regarding the package name, with Android apps you can use the same key for all your apps, so I don't think the title has to match the package name, it must be in the android settings under publishing where you can't use upper case or something, but you can use this same key for any apps you wish to publish to android.

    Good luck!
  • kirk1234kirk1234 Member Posts: 93
    Thanks
Sign In or Register to comment.