Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

AhMyth app build failed #279

Open
arzhax007 opened this issue Apr 16, 2021 · 9 comments
Open

AhMyth app build failed #279

arzhax007 opened this issue Apr 16, 2021 · 9 comments

Comments

@arzhax007
Copy link

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
Copy link
Author

@AhMyth

@Morsmalleo
Copy link

Morsmalleo commented Apr 16, 2021

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
Copy link

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

me too on windows.. :(

@A1andNS
Copy link

A1andNS commented Jul 8, 2021

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
Copy link

A1andNS commented Jul 8, 2021

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
Copy link

Morsmalleo commented Jul 12, 2021

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
Copy link

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

@A1andNS
Copy link

A1andNS commented Jul 27, 2021

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
Copy link

Morsmalleo commented Jul 28, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants