$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Create An Android Keystore File on Ubuntu Linux Shell

January 21, 2016 | By the+gnu+linux+evangelist.

Ubuntu Tip: Making an Android Keystore File on Shell




Featured




cd ~/[path/2/mykeystoreloc]
keytool -genkey -v -keystore [my-release-key].keystore -alias [mykeystore] -keyalg RSA -keysize 2048 -validity 10000

You’ll be Prompted to Setting Up KeyStore Pass & Credentials