Are there any simple ways to publish APKs on Google Play?
        Posted  
        
            by 
                StupidCodeGenerator
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by StupidCodeGenerator
        
        
        
        Published on 2012-12-19T03:48:45Z
        Indexed on 
            2012/12/19
            5:03 UTC
        
        
        Read the original article
        Hit count: 138
        
android
|google-play
I'm from China and we only publish APKs in Chinese market. This is my first time trying to put out game on Google Play.
In China, publishing is pretty simple: They give us a jar file and we just import the file in our project and do something with a small document. But when I was reading the Google Play's document, I think it's too complicated. There're so many documents and what ever you read the document always tell you you need to read another document.
Are there any simple ways to do this?
© Stack Overflow or respective owner