This question is for one of the earliest versions of Tizen and does not apply to current versions
I'm just getting started with Tizen. I managed to install a HelloWorld app on the emulator, but I can't find a way to uninstall it. What am I missing?
Please see the following screen shot of the Settings menu on the emulator. The pre-loaded apps are listed under Application, but the app I installed is not there.
You can do it by using sdb
command.
$ sdb -e uninstall <AppId>
You can find your app's AppId in manifest.xml. AppId consists of random 10 characters (alphabets and digits).
BTW, Tizen 2.1 (yet to be publicly released) has uninstall function in the Settings app.