Visual studio cordova sign app

时间:2015-09-14 15:33:35

标签: android cordova visual-studio-2015 visual-studio-cordova

I'm tring to make an app using visual studio 2015 and Cordova. When I build the release everything works, but the distribution doesn't, and appear:

The Android packages must be signed when you are debugging with configuration type version . To configure the signing Android , follow the instructions in http://go.microsoft.com/fwlink/?LinkID=613579

I cannot understand where is the error,

Thanks

UPDATE

now my build.json is:

{
    "android": {
        "release": {
            "keystore": "example.keystore",
            "storePassword": "example",
            "alias": "example",
            "password" : "example",
            "keystoreType": ""
         }
    }
 }

but when I try to build the release I have this

A problem occurred evaluating root project 'android'.
Keystore file does not exist: C:\Users\Simone\Desktop\example\example\platforms\android\..\..\example.keystore

the keystore is in the folder platform\android but i don't understand why there are \...\...\ I never add this

1 个答案:

答案 0 :(得分:1)

您似乎需要在申请表上签字。以下是一些帮助您入门的链接: