So I decompiled a .dex
file into a directory that has the following folders(inside a source folder with nothing else in it):
- Org
- Okhttp3
- Defpackage
- Bolts
- Bitter
- Android
- Kotlin
- Javax
- Dagger
- Androidx
- Com
I wanted to edit some of the files from this and then recompile it but I don't know how I would be able to recompile the whole directory back into dex to recreate the APK.
CodePudding user response:
You can use reverse engineering tools like ApkTool