step by step for android publish

YatelandYateland Member, PRO Posts: 81
1.Download Sdk from
http://developer.android.com/sdk
choose the OSX version

2.Install SDK
open the folder, android-sdk-macosx/tools/
choose "android" run!
then,it will open the "android sdk manager "window
then select "tools"and "android 4.0 API' ,click the install button

3.down Eclipse and install
http://www.eclipse.org/downloads/
The "Eclipse Classic" version is recommended

4. Installing the ADT Plugin for Eclipse
Start Eclipse, then select Help > Install New Software....
Click Add, in the top-right corner.
In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
https://dl-ssl.google.com/android/eclipse/
Click OK
Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
In the next window, you'll see a list of the tools to be downloaded. Click Next.
Read and accept the license agreements, then click Finish.
Note: If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
When the installation completes, restart Eclipse.

5.Create your keystore
Start Eclipse,Create a new android project,save!(you must do that!)
and then select File > Export >Android>Export Android application
Click the Next button,choose the projet which you create,
Click the Next button,Select a new keystore with password and confirm;
Fill all the information about your key
Click the Next button,you got the keystore and the test apk.

6.publish in GS
It is very easy,but the important thing is that you need to set your computer language in english,not any others.

OK ,I succeed do publish,wish everyone succeed!

Cheers!

Comments

  • LeonardDeveloperLeonardDeveloper Member Posts: 4,630
    Wow, thanks I cant wait to publish my android app!!
  • YatelandYateland Member, PRO Posts: 81
    I want do the video,I have to try,but my english is very bad, so i failed.

    I publish my first android app to amazon app store today, it makes me happy,thank you tshirtbooth for your GS help video.
  • LeonardDeveloperLeonardDeveloper Member Posts: 4,630
    Ill voice-over for you if you like:
    what language do you speak: Im fluent in french, german, english, irish, small bit of danish, japanese &chinese
    I speak to you properly in your own language if it is listed above! :)
  • iMislav.comiMislav.com Member Posts: 31
    Hi all
    I know that for app store mast have licence, but must you have and for android too
  • iMislav.comiMislav.com Member Posts: 31
    My english is bed so now i will corect it:

    Hi all
    I know that for app store you must buy lIcence, you mas for android too?
  • YatelandYateland Member, PRO Posts: 81
    hi! LeonardDeveloper,Could you give me your email?
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    Hey guys,

    Be sure to check out this video that is posted in the Step-by-step Android Sticky.



    Im not sure what Eclipse is. Its not actually needed but I guess if that works for you go for it.

    I would recommend you install more than just the 4.0 sdk. For example nook publishing I think requires 2.2 I personally installed 2.1-4.0
  • mintmomegmintmomeg Member, PRO Posts: 261
    More problem now First I follow all tenrdrmer step I got keystore and I publish on gamesalad yesterday I got 2 file I email apk files as tenrdrmer sugguest to my mobile and install it said cannot parsing on my phone then an hour ago I try to publish with gamesalad again It should APK error and should trouble shooter which I can see some part due to I use mac pro 13 inches so what should I do
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    mintmomeg said:
    More problem now First I follow all tenrdrmer step I got keystore and I publish on gamesalad yesterday I got 2 file I email apk files as tenrdrmer sugguest to my mobile and install it said cannot parsing on my phone then an hour ago I try to publish with gamesalad again It should APK error and should trouble shooter which I can see some part due to I use mac pro 13 inches so what should I do

    For your parse Error. Check this on your device

    http://support.rootmetrics.com/entries/243777-how-do-i-fix-a-parse-error

    Mine was pre-selected. it seems some might not be.
  • mintmomegmintmomeg Member, PRO Posts: 261
    already do it and It still same problem .. and Now got more problem same as Tshirt got on http://gamesalad.com/forums/topic.php?id=35123
  • SaladBarCresitaSaladBarCresita Member Posts: 15

    Hello there,

    All these tutorials of yours seems helpful and all, but I have got a problem slightly off topic.
    I just can't find the zipalign file in sdk/tools. Neither is it in the "tool-build"-folder, and I have the latest version of the SDK, API 21. Does anyone know where to find the zipaligner?

    SaladbarCresita

  • BBEnkBBEnk Member Posts: 1,764

    @SaladBarCresita said:
    Hello there,

    All these tutorials of yours seems helpful and all, but I have got a problem slightly off topic.
    I just can't find the zipalign file in sdk/tools. Neither is it in the "tool-build"-folder, and I have the latest version of the SDK, API 21. Does anyone know where to find the zipaligner?

    SaladbarCresita

    Look in your SDK folder under build-tools and I believe it is in 19.1 they moved it, you can then just direct Gamesalad there, or copy and past it too the tools folder.

  • SaladBarCresitaSaladBarCresita Member Posts: 15

    @BBEnk said:
    Look in your SDK folder under build-tools and I believe it is in 19.1 they moved it, you can then just direct Gamesalad there, or copy and past it too the tools folder.

    Thank you so much!! It worked! I guess you can expect seeing my game on Google play soon! :D

    Thanks again, @BBEnk!

  • ryastryast Member Posts: 145

    Thanks for the vid! I thought I would just write a quick FYI for

    Im not sure what Eclipse is.

    along with this thank you note :)

    Eclipse is an editor, very very useful for creating Java/Android programs (or PHP/C/C++ etc you can download just the support files you need (eg: just for Java) or support files for all languages - that way you have one familiar editor to make all your programs ), it's open source as well and comes with a great set of tools for debugging, testing and so on.

    Not really needed if using GS though as GS does most of the coding the the background and offers users a simplified drag and drop interface.

    Hope that helps :)

  • Shenanigans StudioShenanigans Studio Member, PRO Posts: 73

    I have followed these directions step by step, Ive watched the video carefully. Yet still when I go to open the APK signer, gamesalad can not find the zipalign. I show it the path and it excepts and signs it, however when I submit the signed APK to google play, it says the file must be zipaligned. Ive spent literally 3 days straight trying to figure this out, redownloaded everything!

Sign In or Register to comment.