Is there any option to publish Android Application to Google Play using command line tool ? I have signed my application but I can't use web browser to publish it.
            Asked
            
        
        
            Active
            
        
            Viewed 6,804 times
        
    23
            
            
        - 
                    4AFAIK you can't. You have to use the Google Developer Console to release your application. – fasteque Feb 21 '14 at 15:36
- 
                    2Why can't you use a Web browser to publish your app? – CommonsWare Feb 21 '14 at 15:38
- 
                    10Because this process should be managed automatically. – Adam Śliwakowski Feb 21 '14 at 18:54
- 
                    If you ever find a suitable solution, I'd love to hear about it. Looking for same thing. My current project is a template for "many" apps. Updating manually will be painful. – Dave Thomas Mar 01 '14 at 06:36
2 Answers
11
            You could use fastlane and its supply tool, or a Jenkins CI server with Google Play Android Publisher Plugin for example.
You could also make use of the API (Google Play Developer Console > Settings > API access) and implement your own solution.
 
    
    
        EyesClear
        
- 28,077
- 7
- 32
- 43
 
    