@לא-מתייאש היי, מקווה שתראה את ההודעה הזאת, למרות שאתה בדרך כלל לא פה..
התקנתי את התוכנה על המק שלי (אייר M4) וכשניסיתי לפתוח את התוכנה היה לי את השגיאה הבאה:
[image: 1774306007842-adca8290-6813-44a6-95b4-59559a12dd37-image.png]
אז ניסיתי לסדר אותה עם ג'ימני, ואחרי כמה ניסיונות עלינו על הבעיה, והוא נתן לי פתרון..
אז ביקשתי ממנו שירשום לך מה הייתה הבעיה ומה הפתרון שצריך לעשות..
אז זה פה בספוילר
Spoiler
Title:
Mac Build Issue: App crashes on launch ("Connection refused") due to missing execution permissions on adb binary
Description:
Hi, I installed Kdroid.Installer-0.4.0.dmg on a Mac with an M4 chip (Apple Silicon).
On launch, the app immediately throws a "Connection refused" UI error before the device is even connected.
I checked the logs via the Terminal and found the root cause:
java.io.IOException: Cannot run program "/Applications/Kdroid Installer.app/Contents/app/resources/adb": error=13, Permission denied
It seems the bundled adb binary inside the resources folder lacks execution permissions out of the box.
Workaround applied:
I fixed it locally by manually granting the permission in the terminal:
chmod +x "/Applications/Kdroid Installer.app/Contents/app/resources/adb"
Suggested Fix:
Please ensure that the executable bit (+x) is preserved for the Mac adb binary during the build and packaging process. Thanks!