Given a android apk file,is there a simple way to find out what jar used in it?
Share
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.
As far as i know it is not possible to find out what jar-s were used because when creating an android apk the content of the jars is compiled into the apk.
If the developper of the apk hasn-t used an Obfuscater software you can find out the namespaces and classnames involved in the build using the apktool. The Namespaces may be a hint which jars were used.