Hello.
Imagine this situation :
I have my app named com.MyCompany.MyApp which is in V1.0 when I use
adb install c:/Path/To/Apk/myAppV1.0.apk
it's ok the first time.
But then I update my app to V1.1 and write down :
adb install c:/Path/To/Apk/myAppV1.1.apk
it should install correctly (that's what is happening on phones and oculus quest for example).
But on my Pico G2 4K I have an error :
Failure [INSTALLFAILEDALREADY_EXISTS: Attempt to re-install com.MyCompany.MyApp without fist uninstalling.]
My question : Why it does that ?