Open chumza opened 3 years ago
Install AhMyth from my github its easier and works like a charm
Install AhMyth from my github its easier and works like a charm
i cannot able to see windows installation help..
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 I have Tried Your Version Of AHMyth But The Problem Still Persist
can you give me any sollution
@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
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 :)
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
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 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
Fixt it for me, thanks @Morsmalleo
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 node@14.0.0
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
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
ornpm 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
ornpx 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.
i cant select apk builder anyone can help