Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rewanthtammana authored Aug 19, 2021
1 parent fcf3005 commit 666bc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/installation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Looks like the app isn't built to work in an emulator. Let's fix it :-)

### Issues while reversing (recompiling) the application with apktool

Depending on the apktool version, you might face some errors recompiling the application. One of such error is `brut.common.BrutException`
Depending on the apktool version, you might face an error recompiling the application. One of such error is `brut.common.BrutException`

![Exception Image](../images/dvba-brut.png)

In order to solve the error, one can follow below mentioned command (which successfully solved the issue at my end).
The following commands can fix the error.

```bash
apktool empty-framework-dir --force
Expand Down

0 comments on commit 666bc9f

Please sign in to comment.