This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! Need open lib of app in IDA but have error

Andrewdezan

Platinian
Original poster
Feb 13, 2019
8
1
3
26
Brazil
Hello everyone, I'm trying to edit a television application, when I try to open your lib in IDA I have the following error:
Please need help :/
 

Andrewdezan

Platinian
Original poster
Feb 13, 2019
8
1
3
26
Brazil
i try using the apktool to decompile, but no decompile the full source with the "smali" folder :/, i just see only:
 

AmySilver

Platinian
Dec 19, 2018
17
13
3
26
United Kingdom
You can extract the classes.dex from the APK then use baksmali to get the smali folder with the command "baksmali classes.dex -o [outputfoldername]"
Then you can put it back into dex by renaming the original (for backup purposes) and typing the command "smali [outputfoldername] -o classes.dex"
please correct me if im wrong i haven't used baksmali/smali in ages.