j3soon / whisper-to-input

An Android keyboard that performs speech-to-text (STT/ASR) with OpenAI Whisper and input the recognized text; Supports English, Chinese, Japanese, etc. and even mixed languages.
35 stars 4 forks source link

App not installed as package conflicts with an existing package #38

Open j3soon opened 2 months ago

j3soon commented 2 months ago

When updating from v0.1 to v0.2 on my phone, the following error message occurs:

App not installed as package conflicts with an existing package.

The corresponding fix is to first uninstall v0.1 and then re-install v0.2, which will then require the user to re-configure the credentials/settings.

This will be an inconvenience if all future versions require an uninstallation before updating. I'll keep this open until a fix is confirmed.

j3soon commented 2 months ago

As @ijsun mentioned, this issue may be caused by not updating the versionCode in commit bb2fed8773513b6b33dc2561bd7e4e1cec88a901.

@tigerpaws01, let's bump this number in the next release to see if it fixes the issue.

Reference: https://developer.android.com/studio/publish/versioning#appversioning