App uninstalling on Android deployment
Mobile and Embedded
1
Posts
1
Posters
590
Views
1
Watching
-
Hi everyone,
I use QT Creator to write mobile applications (Android + iOS).
I have tried "Use Ministro service to install QT" and "Bundle Qt libraries in APK" and it seems like the both methods uninstall previous app version from my Android tablet. It is not convenient for me, because it deletes all configuration files and my app returns to the initial state.
Is it possible to not uninstall previous version of my app and only update binaries, etc? For example, I did not have such a problem when I used Eclipse + Android SDK. The same thing about QT Creator + iOS. It works well.
Thanks,