In my project I have a requirement to compress my files using only the RAR format.
How can I compress a File to RAR format in Android?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
RAR is a proprietary format, with a closed algorithm, so you will probably not find any open source Java API for it.
But Zip will do what you want and is widely available and comes with Api in Java.