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

Building Failed

Open calebborst opened this issue 5 years ago • 4 comments

I've tried looking and so far I have had no fix.

OS: I have java 11.0.3 and latest update of AhMyth I am running on Kali Linux x32

error: 22/04/2019, 19:54:59 Building Ahmyth.apk... 22/04/2019, 19:55:01 Building Failed

I tried it on my windows 10 pc and it worked

calebborst avatar Apr 22 '19 07:04 calebborst

i had the same problem just follow this 1 start listening 2 make sure ip & port on building section are setted up 3 retry building

ji1t avatar May 04 '19 13:05 ji1t

I just tryed that and it didnt work, Thanks for reply.

calebborst avatar May 05 '19 04:05 calebborst

Java 11 is the problem. You need Java 8. Do this (as root):

apt-get remove openjdk-11-jdk apt-get remove openjdk-11* apt-get autoremove apt-get install openjdk-8-jdk apt-get install openjdk-8*

Pyanne avatar Nov 01 '19 11:11 Pyanne

Any fixes for this since openjdk 8 isn't available for download anymore

Morsmalleo avatar Nov 28 '20 00:11 Morsmalleo