-
Notifications
You must be signed in to change notification settings - Fork 117
HUMBLE REQUEST FOR UPDATE THE APP #229
Description
Hello Developer,
First of all, thank you for building Android Code Studio — it has huge potential to become a powerful mobile IDE.
After testing version v1.0.0+gh.r3, I would like to highlight some critical improvements, with Dependency Updater being the highest priority:
🔴 1. Advanced Dependency Updater (Highest Priority)
The current dependency updater is a great addition, but it needs to be significantly more powerful to handle real-world projects.
Required Improvements:
Detect outdated dependencies automatically across all modules
Show latest stable version suggestions (not just any version)
Handle Gradle + AGP + Kotlin compatibility checks
Provide one-click update for all dependencies
Show changelog / breaking changes warning before update
Detect duplicate or conflicting dependencies
Auto-fix common issues like:
version conflicts
missing repositories
deprecated libraries
👉 Goal: Make it similar to a smart dependency manager, not just a basic updater.
🟠 2. Global Replace in Project (Must Have)
Add Replace All in Project / Replace in Path
Support regex-based replace
Provide preview before applying changes
This is essential for large-scale refactoring (e.g., AndroidX migration).
🟠 3. AI Stability & Intelligence Upgrade
Fix app crash when opening AI
Improve context-awareness (project-wide understanding)
Enable AI to:
fix Gradle errors
resolve dependency issues
suggest modern Android APIs
🟠 4. Gradle & Build System Modernization
Add auto Gradle/AGP upgrade option
Ensure latest compatible versions are used by default
Provide compatibility warnings + auto-fix
🟡 5. Build Performance & Heavy Project Support
Improve RAM utilization for large builds
Prevent errors like:
AAPT2 crash
Gradle daemon failure
Support large libraries (TensorFlow, OpenCV, Symja) smoothly
🟡 6. Build Analyzer (Performance Insights)
Show which task is slowing down build
Provide optimization suggestions
Detect bottlenecks automatically
🟡 7. APK Analyzer
Show APK size breakdown:
DEX
resources
native libs
Help optimize final APK
🟡 8. Large File & Editor Optimization
Smooth editing for large files (50KB+)
Prevent lag and crashes
🟡 9. Multi-Module Project Support
Better handling of:
nested modules
dependency linking
Faster and more reliable sync
🟡 10. Android Studio-like Developer Tools
Resource Manager
Build Variants
Better project navigation
Refactoring tools