Thank you.
I checked android wallet, it has only sweep paper wallets, but i have .key file which is encrypted with password, and i know the password, just want to import this encrypted private key which is AES256 encrypted.
https://github.com/bitcoin-solutions/multibit/wiki/Export%20and%20limited%20import%20of%20private%20keysand the issue for not installing multibit got to be with my systems overall installing environment setting had to be changed. That may be the reason, but unsure.
There is a command line for decrypting the password, but don't know how to use it.
openssl enc -d -p -aes-256-cbc -a -in \<ciphertext file\> -out \<plaintext file\> -pass pass:\<password\>