Hi.
I just started Tizen native Application development.
I have installed IDE for mac(64bit).
When I test with my device connected is pretty works nice,
But in amulator I shows PACKAGE INVALID error.
//=================================================
Below is build messages.
[Installing the package...]
$ /usr/bin/pkginfo --pkg X6XLWz6kmB | grep -i Removable
$ /usr/bin/pkgcmd -l | grep X6XLWz6kmB
$ /usr/bin/pkgcmd -q -i -t tpk -p /opt/usr/apps/tmp/X6XLWz6kmB-1.0.0-i386.tpk
path is /opt/usr/apps/tmp/X6XLWz6kmB-1.0.0-i386.tpk
start process (install)
.
error : 2
end process (fail)
processing result : PACKAGE_INVALID [2] failed
spend time for pkgcmd is [492]ms
cmd_ret:2
(2.224 sec)
//==============================================
I do not know why it searching i386 packages.
Is there anyway to figure out?
Thanks.
P.S
I already read HJ Jeon's post, but I can get a hunch how to figure it out.
specific answer would be pretty greeted. Sorry for my English.