sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.22k stars 829 forks source link

aapt dont working while build-tools installed #561

Open d41sys opened 1 year ago

d41sys commented 1 year ago

I have installed aapt and made an alias so it working normally. But when I execute this command objection still ignores aapt. I have set up android home path.

Is any specific for mac?

$ objection patchapk --source zalo.apk
No architecture specified. Determining it using `adb`...
Detected target device architecture as: x86_64
Using latest Github gadget version: 15.2.2
Patcher will be using Gadget version: 15.2.2
Unable to find aapt. Install it with: apt install aapt (Kali Linux) before continuing.
Cleaning up temp files...
IPMegladon commented 1 week ago

Marking as stale and duplicate of #244, make sure it is included in your $PATH as that is what objection uses.