Hi,
I'm in trouble to install native application to emulator, using command line interface on Ubuntu.
I have created a basic_ui project as:
$ tizen create native-project -p mobile-2.3 -t basic_ui -n test
And then built it and created the package:
$ cd test $ tizen build-native -a x86 -c llvm -C Debug $ cd Debug $ tizen package -t tpk
I got the package file org.tizen.test-1.0.0-i386.tpk.
When I tried to install it, I got the following error:
$ tizen install -n org.tizen.test-1.0.0-i386.tpk ------------------------------------------------- Starting install ------------------------------------------------- Transferring the package... Transferred the package: /home/yoshino/projects/test/Debug/org.tizen.test-1.0.0-i386.tpk -> /opt/usr/apps/tmp Installing the package... Failed to install Tizen application. ------------------------------------------------- Finished install Total time: 00:00:03.460
The error message is not helpful. What's wrong?