Exporting to Google Play.

Discussion in 'How Can I...?' started by taikratoke663, Mar 24, 2016.

  1. taikratoke663

    taikratoke663 Boxer

    Joined:
    Feb 22, 2016
    Messages:
    30
    Likes Received:
    3
    Hello guys, I'm having issues exporting to google play store. I already deployed the IOS version to the app store no problem. I'm sure this is user error as i'm not familiar with Androids IDE. I have both eclipse and android studio. Can someone please walk me thru to steps to exporting the .apk file to publish on Google play!
     
  2. minibuilder65

    minibuilder65 Avid Boxer

    Joined:
    Oct 4, 2015
    Messages:
    120
    Likes Received:
    41
  3. taikratoke663

    taikratoke663 Boxer

    Joined:
    Feb 22, 2016
    Messages:
    30
    Likes Received:
    3
    Thanks for the link! But how do i create and upload an initial APK? I already inserted the License Key in BB before exporting. The file is on my desktop. But when i try to upload the app into the google dev console, i don't see a apk file?


    Thanks so much!
     
    minibuilder65 likes this.
  4. minibuilder65

    minibuilder65 Avid Boxer

    Joined:
    Oct 4, 2015
    Messages:
    120
    Likes Received:
    41
    @taikratoke663 Sorry, I have never went through the process of android so I can not help with anything more. But I am sure someone will finally answer your question, and if they don't I would recommend contacting support and see if they could help you.

    Buildbox Support - support@buildbox.com
     
  5. TheViseOne

    TheViseOne Boxer

    Joined:
    Sep 25, 2015
    Messages:
    47
    Likes Received:
    18
    Can you elaborate on this one "But when i try to upload the app into the google dev console, i don't see a apk file"?

    BB does not generate apk file. You have to import BB generated code in to eclipse and then export APK file from that code, only then you will have the file which you can upload to Google Play.
     
  6. taikratoke663

    taikratoke663 Boxer

    Joined:
    Feb 22, 2016
    Messages:
    30
    Likes Received:
    3
    How do i import my bb generated code into eclipse?


    Thanks again
     
  7. TheViseOne

    TheViseOne Boxer

    Joined:
    Sep 25, 2015
    Messages:
    47
    Likes Received:
    18
    Right click on package exporter --> Import...
    Screen Shot 2016-03-24 at 22.07.43.png
     
  8. taikratoke663

    taikratoke663 Boxer

    Joined:
    Feb 22, 2016
    Messages:
    30
    Likes Received:
    3
    I think i'll just pass on android, i can't seem to figure out how you import my files into eclipse. IOS i just simply clicked the xcode project, i'm completely lost and kind irritated with the android submission process.


    Thanks for the help.
     
  9. taikratoke663

    taikratoke663 Boxer

    Joined:
    Feb 22, 2016
    Messages:
    30
    Likes Received:
    3
    I sure it's simple i just can't seem to import my project i exported from bb into eclipse.
     
  10. Arsmen Studio

    Arsmen Studio Avid Boxer

    Joined:
    Dec 6, 2015
    Messages:
    454
    Likes Received:
    170
    @taikratoke follow my steps...
    1) export from buildbox and save in a folder.
    2) open eclipse and download ancofig the sdk android data into eclipse.
    3) in eclipse make import Existing Android Code Into Workspace and select the project exported with buildbox.
    4) properties and SELECT ANDROID LINT PREFERENCES AND IN YOUR RIGHT MSKE IGNORE ALL AND APPLY.
    5)SELECT THE PROJECT IN ECLIPSE AND WITH THE RIGHT BUTTON OF MOUSE SELECT - ANDROID TOOL -EXPORT SIGNED APK, IF YOU HAVE A LICENZE JUST FIND IT AND OPEN IT WITH ELIPSE ...BUT YOU HAVE NOT A LICENZE DOR THE APK SO YOU HAVE TO CREATE A NEW ONE. AND ONCE YOU CREATED THE LICENZE SAVE IT AND CHOOSE THE FOLDER WHERE TO SAVE THE APK , DONT LOOSE YOUR LICENCE CAUSE YOU WILL NEED THE LICENCE ALL THE TIME YOU WILL UPDATE YOUR AP. DONT MIS OR DELETE THE PK LICENZE FILE.
     
  11. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    watch this video, it may help
     
  12. taikratoke663

    taikratoke663 Boxer

    Joined:
    Feb 22, 2016
    Messages:
    30
    Likes Received:
    3
    Hey guys thanks for the much needed help, I'm getting this error and it also wouldn't let me check the google play services box.
     

    Attached Files:

  13. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    You need to create a new project in eclipse, then try Import BB project again
     
  14. taikratoke663

    taikratoke663 Boxer

    Joined:
    Feb 22, 2016
    Messages:
    30
    Likes Received:
    3
    Same error :(
     
  15. Andy

    Andy Miniboss Boxer

    Joined:
    Sep 24, 2015
    Messages:
    2,152
    Likes Received:
    1,546
    I think your bundle ID is messed up, use this exact format always to avoid weird errors on different platforms.

    com.company.gamename

    Use only lower case letter (no upper case, no numbers)... only use period to separate the segments.
     
    taikratoke663 likes this.
  16. taikratoke663

    taikratoke663 Boxer

    Joined:
    Feb 22, 2016
    Messages:
    30
    Likes Received:
    3
    Same issue
     

    Attached Files:

  17. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,193
    Likes Received:
    541
  18. taikratoke663

    taikratoke663 Boxer

    Joined:
    Feb 22, 2016
    Messages:
    30
    Likes Received:
    3
  19. Andy

    Andy Miniboss Boxer

    Joined:
    Sep 24, 2015
    Messages:
    2,152
    Likes Received:
    1,546
  20. sysads

    sysads Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    885
    Likes Received:
    353
    Are you still having the issue importing?
     

Share This Page