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

Can't select apk builder #288

Open
chumza opened this issue Jun 13, 2021 · 12 comments
Open

Can't select apk builder #288

chumza opened this issue Jun 13, 2021 · 12 comments

Comments

@chumza
Copy link

chumza commented Jun 13, 2021

i cant select apk builder anyone can help

@Morsmalleo
Copy link

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

@saravanajagan
Copy link

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

i cannot able to see windows installation help..

@Morsmalleo
Copy link

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

@VOID-Dagger
Copy link

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

can you give me any sollution

@Morsmalleo
Copy link

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

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 :)

@infinZero
Copy link

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

@Morsmalleo
Copy link

Morsmalleo commented Jul 8, 2021

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

Morsmalleo commented Jul 8, 2021

@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

@Smint
Copy link

Smint commented Jul 16, 2021

Fixt it for me, thanks @Morsmalleo

@Morsmalleo
Copy link

Morsmalleo commented Jul 17, 2021

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

@infinZero
Copy link

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.

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

6 participants