AhMyth-Android-RAT icon indicating copy to clipboard operation
AhMyth-Android-RAT copied to clipboard

AhMyth app build failed

Open arzhax007 opened this issue 3 years ago • 9 comments

Hi. I downloaded and started this rat with binary. I installed the latest java se and stuff. But still the apk building fails. Please help me. Capture

arzhax007 avatar Apr 16 '21 03:04 arzhax007

@AhMyth

arzhax007 avatar Apr 16 '21 03:04 arzhax007

Assuming you are using either Debian or some Debian based linux distro, The latest JDk doesn't work with AhMyth, you need openJDK-8-JDK from Debian Stretch

Add this line to your sources.list file located in /etc/apt/ or at /etc/apt/sources.list.d/

deb http://deb.debian.org/debian stretch main contrib non-free

Then comment out every other software repo in your sources.list file by marking them with a # example on this below

# deb http://deb.debian.org/debian buster main contrib non-free # deb-src http://deb.debian.org/debian buster main contrib non-free deb http://deb.debian.org/debian stretch main contrib non-free

Once you've done that run sudo apt-get update && sudo apt install openjdk-8-jdk to activate the Debian Stretch software repo and install openjdk-8-jdk

Hope this helps

Morsmalleo avatar Apr 16 '21 09:04 Morsmalleo

I'm Having this same problem but I'm on windows

me too on windows.. :(

saravanajagan avatar Jun 29 '21 04:06 saravanajagan

I'm Having this same problem but I'm on windows

me too on windows.. :(

me too on windows, so how to solve this problem?

A1andNS avatar Jul 08 '21 15:07 A1andNS

I'm Having this same problem but I'm on windows

me too on windows.. :(

me too on windows, so how to solve this problem?

Oh! I get it. this problem is caused by java. We should use java 8. I can't build a apk file when I use java 16.

A1andNS avatar Jul 08 '21 15:07 A1andNS

I'm Having this same problem but I'm on windows

me too on windows.. :(

me too on windows, so how to solve this problem?

Oh! I get it. this problem is caused by java. We should use java 8. I can't build a apk file when I use java 16.

My version of AhMyth can now use both Java 8 or Java 11, try it out from my github, works on windows with java 11 as well

Morsmalleo avatar Jul 12 '21 10:07 Morsmalleo

I am on Mac and installed jdk-16.0.1_osx-x64_bin and having same issue [Signing Failed

infinZero avatar Jul 26 '21 15:07 infinZero

I am on Mac and installed jdk-16.0.1_osx-x64_bin and having same issue [Signing Failed

try Java 8 or Java 11,the AhMyth can now use both Java 8 or Java 11

A1andNS avatar Jul 27 '21 02:07 A1andNS

I am on Mac and installed jdk-16.0.1_osx-x64_bin and having same issue [Signing Failed

try Java 8 or Java 11,the AhMyth can now use both Java 8 or Java 11

Only my fork of AhMyth runs with Java 11 Https://github.com/Morsmalleo/AhMyth

Morsmalleo avatar Jul 28 '21 01:07 Morsmalleo