-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change package name without error? #2160
Comments
Application package name is not easily changeable. Every .deb file installable inside Termux is bound to application package name, so path
will exist. For same reason Termux doesn't support installations for secondary device accounts. Also before installing the modified APK you need to completely uninstall the original Termux application and add-ons Termux:API, Termux:Styling, Termux:Boot and others. |
That error would have been thrown when this is called and actually thrown via
|
thank you so much! I will try, thank you. |
You are welcome. |
Hi, I'm new to android development and I'm editing the termux script for a study. However, when I change the package name "com.termux" to anything else, it doesn't work.
Can anyone tell me what's stopping me? When compiling I don't have any error, the error I get is when I open the app on android, I get the following error: "failed to get context from package "com.termux". This can be because the app package is not installed app or has a different APK signature. Check the installation instructions at: https://github.com/termux/termux-app for more details."
I've done everything in my power, can you give me an idea how to solve it?
The text was updated successfully, but these errors were encountered: