Skip to content

Package Name Conflict Issue #1039

@TheCodeNestStudio

Description

@TheCodeNestStudio

Ref. 3194

There are already multiple Android IDE applications using the same package name com.itsaky.androidide.

Examples:

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

  1. Install AndroidIDE (or any app with package "com.itsaky.androidide")
  2. Try to install Code On The Go
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions