tyron12233 / CodeAssist

Experimental IDE for building Android applicatons on Android.
GNU General Public License v3.0
951 stars 185 forks source link

Can not remove the application #680

Open vmobilis opened 6 months ago

vmobilis commented 6 months ago

Note that Issues are for bugs only. Use the discussions tab for feature requests.

Describe the bug Hello, I have installed "Code Assist" (v0.2.9 alpha, build 20), tested it and wanted to uninstall. But when I try to remove it (both from desktop and application manager), the Android package manager crashes.

To Reproduce Steps to reproduce the behavior:

  1. Install CodeAssist.
  2. Run it, try to build test project.
  3. Try to remove it.
  4. See the crash of package manager.

Expected behavior I expected an absence of subject.

Screenshots .

Smartphone (please complete the following information):

Additional context @tyron12233, I can not remove the application, and so I'm stuck with 200 Mb of unusable space taken by it. (It's probably still possible to remove it with ADB, but I can not use it).

But I can reinstall the apk, it reinstalls successfully.

Could you please make "stub" application (no assets, classes or anything, to make installed size minimal) with same package name and your signature – then I will be able to "update" the apk.

Even if I won't be able to remove the package without wiping all user data, at least it will occupy minimal space.

Thanks in advance.