Reputation: 40
I have opened .apk
archive file which shows me the following file:
I am not able to get classes.dex
. It shows me in zip folder but when I extract it classes.dex disappear after extraction.
Upvotes: 0
Views: 1668
Reputation: 40
I got the solution of my question and posting answer so may be helpful to someone.
Android .apk
file which I was using was malware sample. My Antivirus was not allowing extraction of classes.dex
, so it was removed by Antivirus automatically after few seconds.
Upvotes: 0
Reputation: 16429
No idea how that happened to you, but you can decompile the apk directly into Java source code using a tool called JADX. Just search it for your platform in Google.
Upvotes: 2