xxx
Loading
touch ~/.bash_profile; open ~/.bash_profile
in TextEdit :
PATH="$PATH:/Applications/Adobe Flash Builder 4.6/sdks/4.6.0_AIR3.4/bin"
export PATH
save bash_profile (Command+S)
Terminal:
source ~/.bash_profile
test Version
adt -version
step2. create p12 for AIR
adt -certificate -cn yoururl.com.tw 1024-RSA googleplay.p12 123456
step3. after 2033/10/22
keytool -genkeypair -keystore googleplay.p12 -storetype pkcs12 -validity 8050
ref http://zengrong.net/post/1695.htm