AhMyth / AhMyth-Android-RAT

Android Remote Administration Tool
GNU General Public License v3.0
4.46k stars 1.69k forks source link

AhMyth app build failed #279

Open arzhax007 opened 3 years ago

arzhax007 commented 3 years ago

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 commented 3 years ago

@AhMyth

Morsmalleo commented 3 years ago

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

saravanajagan commented 3 years ago

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

me too on windows.. :(

A1andNS commented 3 years ago

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 commented 3 years ago

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.

Morsmalleo commented 3 years ago

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

infinZero commented 3 years ago

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

A1andNS commented 3 years ago

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

Morsmalleo commented 3 years ago

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