AhMyth / AhMyth-Android-RAT

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

Ahmyth Signing Failed #171

Open janniklul opened 4 years ago

janniklul commented 4 years ago

I have an issue that when I want to build an APK file with AhMyth I get an error like "Signing Failed" Can anyone please help me? There you can look at a picture Unbenannt

ch4iril commented 4 years ago

use java 8 version not else, if u dont have download and install openjdk-8-jre

i hope that solved

jackbillstrom commented 4 years ago

Hello gang, check your $ java -version, I downgraded temporarily with this:

https://askubuntu.com/questions/1133216/downgrading-java-11-to-java-8

$ sudo update-alternatives --config java
There are 2 choices for the alternative java (providing /usr/bin/java).

Selection    Path                                            Priority   Status

  0            /usr/lib/jvm/java-9-openjdk-amd64/bin/java       1500      auto mode
  1            /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java   1500      manual mode
* 2            /usr/lib/jvm/java-9-openjdk-amd64/bin/java       1500      manual mode