Domanda

I have created blackberry project and follow the instructions on the PhoneGap site.

I have used ripple emulator for build the application .Package was created and build successfully, but when I try to package and sign it it shows this error:

-Oh Snap! Build request failed with message: [ERROR] Cannot sign application - failed to find signing key file: barsigner.csk

When I used package-launch it installed in emulator and launched the application, but it only showed blank screen.

Can someone please help me find what I am missing and help me manually sign the application?

È stato utile?

Soluzione

  • Build Projectt :build project :navigate to project folder and cmd command : ant blackberry build
  • Register with server : blackberry-signer -register -csjpin *123 -cskpass @123 client-RDK-20***.csj
  • sign app : blackberry-signer -storepass *@123 test.bar
  • install app : blackberry-deploy -installApp -password @123 -device 192... -package test.bar -password *@123 ((Navigate to sdk path bin folder under dependency ))

    Ref site : http://inflagrantedelicto.memoryspiral.com/2011/02/blackberry-playbook-code-signing-process/

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top