Creating signed apk, First version already there but second version is not creating, when I run this cordova build --release android command example-release-unsigned.apk is still in first version only. Working on cordova 6.0.0 please help
            Asked
            
        
        
            Active
            
        
            Viewed 201 times
        
    0
            
            
        
        OhStack
        
- 106
 - 1
 - 1
 - 15
 
- 
                    Are you not using keytool to sign the app? – Avijit Jun 14 '16 at 13:53
 - 
                    Then you should get example-release-signed.apk, not unsigned version. – Avijit Jun 14 '16 at 15:33
 - 
                    @Avijit Thats old version of apk noy new one – OhStack Jun 16 '16 at 13:12
 - 
                    I added a release-signing.properties as suggested here: http://stackoverflow.com/questions/26449512/how-to-create-signed-apk-file-using-cordova-command-line-interface – ianhowe76 Jan 19 '17 at 03:02