May be an obvious error, but I am running the below & getting the error
-bash: blackberry-keytool: command not found
I am running this in terminal and cd to the correct folder. Any advice would be perfect!
blackberry-keytool -genkeypair -storepass password -dname 'cn=<company_name>'</company_name>
i am using the guidance over in the below and posted this there by have had no answer.
Thank you in advance.
Any advice would be great!
Programs likes
blackberry-keytool
are all in the BB10 NDK directory. The first thing you should do to prepare for bash scripting is to run the development environment script inside where you installed the NDK. I'm on Mac OSX so I would execute:If that still doesn't work, you can find the program in your
/Applications/Momentics.app/host_10_2_0_15/darwin/x86/usr/bin
directory.