-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Ref. 3194
There are already multiple Android IDE applications using the same package name com.itsaky.androidide.
Examples:
- AndroidIDE – 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
Problem
Because Code On The Go also uses the same package name, Android treats it as the same application.
This creates an issue where users cannot install both apps at the same time.
Steps to Reproduce
- Install AndroidIDE (or any app with package "com.itsaky.androidide")
- Try to install Code On The Go
- Android asks to uninstall the existing app first.
Result
Users must uninstall AndroidIDE to install Code On The Go.
If they want to use AndroidIDE again, they must uninstall Code On The Go and reinstall AndroidIDE.
Expected Behavior
Code On The Go should use a unique package name so users can install and use it alongside other AndroidIDE-based apps without conflicts.
Suggested Solution
Change the package name of Code On The Go to something unique (for example: "com.codeonthego.ide" or similar).
Thank you for your work on this project.