androidide_discussions | Unsorted

Telegram-канал androidide_discussions - AndroidIDE Discussions

3577

Official Telegram group of AndroidIDE to discuss issues, requests and suggestions. We use GitHub to manage requests, features and suggestions. GitHub: https://github.com/AndroidIDEOfficial/AndroidIDE Website: https://androidide.com/

Subscribe to a channel

AndroidIDE Discussions

Hello valued AndroidIDE users, if you have any areas that need improvement in the application or any features you would like to see improved, please specify them in the "Solution" topic.

/channel/+pAxsJhKMqTdiYzhk

Читать полностью…

AndroidIDE Discussions

Hey Ben Johnson,
There are already many applications using the package name com.itsaky.androidide, such as:

AndroidIDE (official) – https://github.com/AndroidIDEOfficial/AndroidIDE

AndroidIDE-Pro – https://github.com/balanciagahaze/ai-ide

Zero Studio – https://github.com/msmt2017/ZeroStudio

AndroidIDE-Rv2 – https://github.com/Mohammed-Baqer-null/AndroidIDE-Rv2

Since multiple apps are already using this package name, it may cause conflicts or confusion.
It would be better if you change the package name for Code On The Go to something unique.
Thank you.

Читать полностью…

AndroidIDE Discussions

Github Changelog

- Flutter Support
- Setup Updated
- Leak BugFixed

By Androidll

Читать полностью…

AndroidIDE Discussions

If anyone has a file manager that allows sharing more than 100 files, I would appreciate it if you could share it with me.

Читать полностью…

AndroidIDE Discussions

Hi 👋
Looking for a motion designer who can create a premium Lottie splash animation for an Android app.

Читать полностью…

AndroidIDE Discussions

/channel/AndroidIDE_Discussions/1/138456

Читать полностью…

AndroidIDE Discussions

Click on the button to see the chat rules!

Читать полностью…

AndroidIDE Discussions

Did you download the arm64v8 version?

Читать полностью…

AndroidIDE Discussions

Click on the button to see the chat rules!

Читать полностью…

AndroidIDE Discussions

is there any kotlin lsp feature and jetpack compose preview?

Читать полностью…

AndroidIDE Discussions

@LuckQuack starred AndroidIDEOfficial/androidide-tools!

Читать полностью…

AndroidIDE Discussions

To build a Flutter app But now there is no need for this because the flutter app is generated through the ACode app and now the developer of the ACS app has also provided Flutter support in ACS lite app and that ACS lite app will be released soon.

Читать полностью…

AndroidIDE Discussions

In this video end three IDE's best for coding

Читать полностью…

AndroidIDE Discussions

There are a couple of them

Original dev now joined the team working on this one

/channel/CodeOnTheGoDiscussions

This one created by someone else

/channel/acs_x

This one just popped up in this chat. Didn't test it yet

https://github.com/woaiyuzi/AndroidIDE-R

The original AndroidIDE project is not maintained anymore.

Читать полностью…

AndroidIDE Discussions

Is there a fork that is still in development or is this project entirely discontinued?

Читать полностью…

AndroidIDE Discussions

1. AnddoidIDE is no longer maintained
2. AndroidIDE Pro is proprietary, but GitHub repo stays the GNU GPL. Also distributing a closed source fork of AndroidIDE is technically against the law, as GNI GPL does not allow it.
3. Zero Studio is only 5 commits ahead
4. AndroidIDE Rv2 is now called Android Code Studio and uses its own package name com.tom.acs or something

Won't argue that code on the go is better off with a unique package name, but just wanted to mention this

Читать полностью…

AndroidIDE Discussions

halp me application development

Читать полностью…

AndroidIDE Discussions

Installation directory does not exist. Creating directory...
Update packages...
Get:1 https://packages.androidide.com/apt/termux-main stable InRelease [7444 B]
Err:1 https://packages.androidide.com/apt/termux-main stable InRelease
The following signatures were invalid: EXPKEYSIG 521D9A6E171FFD55 Akash Yadav <itsaky01@gmail.com>
Reading package lists... Done
W: GPG error: https://packages.androidide.com/apt/termux-main stable InRelease: The following signatures were invalid: EXPKEYSIG 521D9A6E171FFD55 Akash Yadav <itsaky01@gmail.com>
E: The repository 'https://packages.androidide.com/apt/termux-main stable InRelease' is not signed.
N: Metadata integrity can't be verified, repository is disabled now.
N: Possible causes: unstable or tampered Internet connection, wrong sources.list, outdated keyring or host is down currently.
N: Please note that all hosting problems or other serious issues we announce on our social media pages.
N: Use termux-change-repo for switching to a mirror.

[Process completed (code 100) - press Enter]

Читать полностью…

AndroidIDE Discussions

@HoogarWang starred AndroidIDEOfficial/AndroidIDE!

Читать полностью…

AndroidIDE Discussions

@oJayden1 starred AndroidIDEOfficial/AndroidIDE!

Читать полностью…

AndroidIDE Discussions

Who made this? Can you change thr package name of this

Читать полностью…

AndroidIDE Discussions

🚀 What's New in AndroidIDE-Pro v8.8.6
New Features
Hook Sign, APK Sign Killer, JDK auto-default fix, and full i18n string extraction.
🔐 Hook Sign — NEW!
New main menu entry — "Hook Sign" button added to the home screen.
HookSignActivity — Manages APK signature hooking via the SandHook framework.
Components included:
HookApplication.smali
PackageSignatureHooker.smali
Native libraries (libsandhook.so, libIOHook.so, libmocls.so)
Quick Actions:
Check current APK signature
Apply hook sign to target APK
Copy hook sign files to directory
View original signature information
Custom APK path input supported for signature checking.
Full root access integration.
🛡 APK Sign Killer — NEW!
New main menu entry — "APK Sign Killer" button added to the home screen.
ApkSignKillerActivity — Integrates the ApkSignatureKillerEx project.
How It Works (Technical Steps):
killPM() — Replaces PackageInfo.CREATOR to inject a fake signature.
killOpen() — Hooks open/openat system calls using xhook.
Redirects APK file reads to the original unmodified APK.
Both API-based and file-based signature checks return spoofed data.
Quick Actions:
Check Current Signature — via dumpsys package
Signature MD5 Check — API vs APK file comparison
Analyze APK — detect SignatureKiller presence in any APK
Export Killer Files — export project structure
Compare Signatures — API vs APK MD5 match/mismatch detection
Custom APK path with Check + Extract buttons.
Certificate details extraction:
Subject
Issuer
Validity
Serial Number
☕️ JDK Manager — Auto-Default Fix!
Bug Fixed
After downloading a new JDK via the terminal, it was not automatically set as the default.
Root Cause
The terminal script created symlinks and updated the profile, but:
BuildPreferences.javaHome was never updated
Environment.JAVA_HOME was never updated in Kotlin
Solution
onResume() now detects terminal return and triggers autoSetNewJdkAsDefault().
pendingInstallPath tracks the expected JDK install location.
After terminal closes:
Verifies installation
Updates BuildPreferences.javaHome
Updates Environment.JAVA_HOME & JAVA
Shows Toast confirmation
Fallback mechanism:
Resolves via openjdk symlink canonical path if direct path not found.
JDK list automatically refreshes on every onResume().
🌐 i18n — Full String Extraction
101 new string resources added to strings.xml.
All hardcoded strings in HookSignActivity and ApkSignKillerActivity moved to resources.
String Groups:
common_* — Shared strings (errors, separators, labels)
hooksign_out_* / hooksign_info_* — HookSign output & info strings
signkill_out_* / signkill_info_* / signkill_step* — SignKill output strings
Format parameters (%s, %d) used for dynamic values.
The app is now fully translatable for both features.
🐛 Bug Fixes
Fixed JDK not being set as default after terminal installation.
Removed duplicate import statements in JdkDownloadActivity.kt.
🌍 English Summary
🔐 Hook Sign
Added "Hook Sign" to the main menu. Enables APK signature hooking operations including signature checking, hook application, and file copying.
🛡 APK Sign Killer
Added "APK Sign Killer" to the main menu. Integrates ApkSignatureKillerEx to bypass APK signature verification with MD5 comparison, APK analysis, and certificate extraction.
☕️ JDK Fix
Resolved the issue where a newly downloaded JDK was not automatically set as the default.
🌐 Translation Support
All hardcoded text moved to strings.xml. The app is now fully ready for localization and translation.

Читать полностью…

AndroidIDE Discussions

Meri help kr doge kya

Читать полностью…

AndroidIDE Discussions

Go to GitHub and read all future

Читать полностью…

AndroidIDE Discussions

Github Changelog

Читать полностью…

AndroidIDE Discussions

Can you pls share a link on what this is and how to set it up? I mean the vscode thing. Is this termux+proot+vscode or is it something else?

Читать полностью…

AndroidIDE Discussions

What's visual code studio? 💀

Читать полностью…

AndroidIDE Discussions

Android Code Studio (ACS)

Читать полностью…

AndroidIDE Discussions

Another fork? Nice. Are you the author of it?

Читать полностью…

AndroidIDE Discussions

Share build logs here

Читать полностью…
Subscribe to a channel