anasfik / flutter-spy

Explore, analyze, and gain valuable data & insights from reverse engineered Flutter apps.
MIT License
579 stars 43 forks source link

Help: Jadx not found #4

Closed dev-vickie closed 8 months ago

dev-vickie commented 9 months ago

While installing Jadx in Ubuntu 22.04.3 LTS,the error shows no such package is found.

image

I have also tried some options from here. I therefore can't get past the prerequisites.

TheDauntless commented 9 months ago

As an alternative to apt install, download from the Jadx repo and make sure the jadx command is available on your path.

anasfik commented 8 months ago

@TheDauntless thank you, this should resolve your issue @dev-vickie.