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

Can't select apk builder

Open chumza opened this issue 3 years ago • 12 comments

i cant select apk builder anyone can help

chumza avatar Jun 13 '21 21:06 chumza

Install AhMyth from my github its easier and works like a charm

Morsmalleo avatar Jun 29 '21 03:06 Morsmalleo

Install AhMyth from my github its easier and works like a charm

i cannot able to see windows installation help..

saravanajagan avatar Jun 29 '21 04:06 saravanajagan

Ah you're using Windows, I thought you were using Linux, please make sure to let everyone know what OS you are running as I thought you were running Linux, sorry my friend

Morsmalleo avatar Jun 29 '21 08:06 Morsmalleo

@Morsmalleo I have Tried Your Version Of AHMyth But The Problem Still Persist

can you give me any sollution

VOID-Dagger avatar Jul 04 '21 09:07 VOID-Dagger

@Morsmalleo I have Tried Your Version Of AHMyth But The Problem Still Persist

can you give me any sollution

How did you install it?? Because I've added auto installer scripts for Kali, parrot, and Debian to the AhMyth-Server folder, run the auto installer AND DONT INSTALL ANYTHING ELSE for AhMyth once it's done, I've got videos on YouTube on how to setup my version of AhMyth

Morsmalleo avatar Jul 06 '21 04:07 Morsmalleo

These should help anyone installing AhMyth from my github

How to install AhMyth for Kali + Demo | 2021 | short version https://youtu.be/3JlK024BtfI

This video shows off a new system shortcut option I added to the auto installer for my version of AhMyth https://youtu.be/ZySJ_JFoISE

Just for the record AhMyth isn't my creation, AhMyth himself/herself created this I'm just contributing to it :)

Morsmalleo avatar Jul 06 '21 06:07 Morsmalleo

I am using Mac and same issue here, APK Builder button is not clickable and nor working although it shows selection point but not clickable at all

infinZero avatar Jul 07 '21 18:07 infinZero

I am using Mac and same issue here, APK Builder button is not clickable and nor working although it shows selection point but not clickable at all

run the following commands in a terminal over the AhMyth/AhMyth-Server directory

npm uninstall electron-nightly && npm uninstall electron-rebuild npm install && npm audit fix

Now start AhMyth again npx electron ./app --no-sandbox start or npm start

and see if that fixes your problem

==============================================

Alternatively just git clone my version of AhMyth and set it up manually

git clone https://github.com/Morsmalleo/AhMyth cd AhMyth/AhMyth-Server npm install && npm audit

Make sure you add this line to your sources.list file - deb http://deb.debian.org/debian stretch main contrib non-free after you've added the above line to your sources.list file and saved the changes, you can then run - sudo apt update && sudo apt install openjdk-8-jdk openjdk-8-jre

Then start AhMyth npm start or npx electron ./app --no-sandbox start

Morsmalleo avatar Jul 08 '21 03:07 Morsmalleo

@Morsmalleo I have Tried Your Version Of AHMyth But The Problem Still Persist

can you give me any sollution

I can't see how you're facing this problem with my version of AhMyth, the only way you could be facing this problem is because you've installed electron-nightly and electron-rebuild after either manually setting up AhMyth or after running one of my AhMyth installer scripts

electron-nightly & electron-rebuild dont work with AhMyth anymore

Morsmalleo avatar Jul 08 '21 06:07 Morsmalleo

Fixt it for me, thanks @Morsmalleo

Smint avatar Jul 16 '21 10:07 Smint

Fixt it for me, thanks @Morsmalleo

Linux users run the following commands in a terminal over the AhMyth-Server folder.

Windows users please do the same using either the Command Prompt or the Git Bash Terminal

npm uninstall electron-nightly && npm uninstall electron-rebuild npm uninstall electron@latest && npm install && npm audit fix npm install [email protected]

Let me know anyone if this fixes your problem

Alternatively you can Download the new 1.0-beta.2 version for both Linux and Windows from my fork of AhMyth that I'm currently maintaining, its an updated version of 1.0-beta.1, it should work like a charm in terms of operation, building, binding and signing. the new version of AhMyth from the link below, also works with Java 11 now, you don't just need to run Java 8 anymore, however you can if you can if you prefer to.

Only my updated version of AhMyth works with Java 11, not the one that everyone is currently commenting on here.

https://github.com/Morsmalleo/AhMyth/releases/tag/v1.0-beta.2

Morsmalleo avatar Jul 17 '21 10:07 Morsmalleo

I am using Mac and same issue here, APK Builder button is not clickable and nor working although it shows selection point but not clickable at all

run the following commands in a terminal over the AhMyth/AhMyth-Server directory

npm uninstall electron-nightly && npm uninstall electron-rebuild npm install && npm audit fix

Now start AhMyth again npx electron ./app --no-sandbox start or npm start

and see if that fixes your problem

==============================================

Alternatively just git clone my version of AhMyth and set it up manually

git clone https://github.com/Morsmalleo/AhMyth cd AhMyth/AhMyth-Server npm install && npm audit

Make sure you add this line to your sources.list file - deb http://deb.debian.org/debian stretch main contrib non-free after you've added the above line to your sources.list file and saved the changes, you can then run - sudo apt update && sudo apt install openjdk-8-jdk openjdk-8-jre

Then start AhMyth npm start or npx electron ./app --no-sandbox start

well that works and now APK BUILDER link is clickable and opening but when I tried to build apk it gives error "singing failed" So Please review and advice, I've installed jdk 16.0.1 version.

infinZero avatar Jul 25 '21 19:07 infinZero