Replies: 2 comments 1 reply
-
What happens when you just execute |
Beta Was this translation helpful? Give feedback.
-
This is no problem caused by Apktool. That message comes from my library scanner ( {"id": "/com/shaded/fasterxml/jackson", "emphasize": 0, "details": "modules to process data encoded in Avro, BSON, CBOR, CSV, Smile, (Java) Properties, Protobuf, XML or YAML.", "mwid": "", "anti": []}
Nothing (apart from reporting it at the wrong place maybe;
If someone can tell me where the sources of that library are, I can add it to @iBotPeaches I'm not an Android dev, so I'm not sure if my assumption here is correct: does the |
Beta Was this translation helpful? Give feedback.
-
Hello
tried to install Apktool 2.7.0 on LMint 20.3 but get the following error message:
mint@mint:/media/mint/BU/APK-Library-Scanner$ scanapk 446096481062076416.apk
No libsmali.jsonl entry for /com/shaded/fasterxml/jackson, this library will be ignored.
No offending libs found.
Question:
->No libsmali.jsonl entry for /com/shaded/fasterxml/jackson, this library will be ignored.
What am I doing wrong? How can this error message be prevented?
->No offending libs found.
This is very hardly possible because https://reports.exodus-privacy.eu.org/de/reports/291329/
did found 8 Trackers......
Thank you very much for any help!
Joe
-------------------------------------Installation of APKtool 2.7.0------------------------------------
sudo apt-get update
sudo apt install php-cli php-json
git clone https://gitlab.com/IzzyOnDroid/repo.git
mkdir -p repo/lib/radar/tool
cd repo/lib/radar/tool
wget -q https://github.com/iBotPeaches/Apktool/releases/download/v2.7.0/apktool_2.7.0.jar
wget -q https://github.com/iBotPeaches/Apktool/raw/master/scripts/linux/apktool
ln -s apktool_2.7.0.jar apktool.jar
chmod u+x apktool
cd ../../../bin
alias scanapk="$(pwd)/scanapk.php"
mint@mint:/media/mint/BU/APK-Library-Scanner$ scanapk 446096481062076416.apk
No libsmali.jsonl entry for /com/shaded/fasterxml/jackson, this library will be ignored.
No offending libs found.
Beta Was this translation helpful? Give feedback.
All reactions