Skip to content

Installation

Install Application

Get the application running

Download the apk from the repository. Try installing and running it.

Install the application

I'm using genymotion as my emulator to install the application.

adb install dvba.apk

Install app

Application installed successfully.

Run the application

Try running the application. It doesn't work.

App crashed

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 an error recompiling the application. One of such error is brut.common.BrutException

Exception Image

The following commands can fix the error.

bash apktool empty-framework-dir --force apktool b dvba/ -o dvba-no-gpu.apk


Last update: 2023-09-10 06:47:45
Created: 2021-07-02 22:22:26