It shows failed to verify signed artifacts. even deleted .android/debug.keystore and entered new one`s but still problem remains. Dependencies are found even updated them manually. whether i choose backdoor(new , old) pr av bypasss it shows the error everytime. [ ✔ ] Metasploit-Framework..............[ found ] [ ✔ ] Xterm.............................[ found ] [ ✔ ] Zenity............................[ found ] [ ✔ ] Aapt..............................[ found ] [ ✔ ] Apktool...........................[ found ] [ ✔ ] Zipalign..........................[ found ] [✔] BYPASS AV APK
[ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Generating apk payload [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Decompiling Payload APK... [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Scrubbing the payload contents to avoid AV signatures... [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Changing name and icon payload... [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Rebuilding APK file... [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Checking for ~/.android/debug.keystore for signing... [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Attempting to sign the package with your android debug key [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Verifying signed artifacts... [ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [!] Failed to verify signed artifacts
The problem comes from the use of an outdated apktool.jar by ED (Evil-droid)
By looking on the source code and Evil-droid files, we can notice than ED don't use system apktool software, but embed its own one. It is located in Evil-Droid-master/tools/apktool.jar.
The version of this specific file is apktool 2.2.4. But according to the main website, the version is 2.4.0 at the time of writing this (https://ibotpeaches.github.io/Apktool).
So you have to replace Evil-Droid-master/tools/apktool.jar by an updated apktool.jar downloaded directly from the main website.
In practice :
I just tested and it works on my side.