So I keep getting bugs one after the other.
First I have my cert stuff setup correctly I've double checked and done it multiple times (WHY ON EARTH! Do we need to sign a tpk for testing on a device??!! [so stupid], Take a hint from Android ppl [NOT Open At ALL]).
Now I can build just fine BUT every time I build the IDE auto sets itself to RELEASE even when I set the active configuration to DEBUG... wtf?
So I build and try to run it on the device but get this error:
[QUOTE]Cannot install application.
Error code: FATAL_ERROR
Error message: Success
Command: /usr/bin/pkgcmd -q -i -t tpk -p /opt/usr/apps/tmp/org.example.glcube-1.0.1-arm.tpk
Management: Installation or uninstallation is not working temporarily.[/QUOTE]
So then I try to manually upload the ".tpk" file via the terminal: "sdb install MyApp.tpk" BUT then I get the error:
[QUOTE]path is /opt/usr/apps/tmp/org.example.glcube-1.0.1-arm.tpk
__return_cb req_id[1] pkg_type[rpm] pkgid[org.example.glcube] key[start] val[ins
tall]
__return_cb req_id[1] pkg_type[rpm] pkgid[org.example.glcube] key[install_percen
t] val[30]
__return_cb req_id[1] pkg_type[rpm] pkgid[org.example.glcube] key[error] val[0]
error message: Success
__return_cb req_id[1] pkg_type[rpm] pkgid[org.example.glcube] key[end] val[fail]
processing result : FATAL_ERROR [61] failed
spend time for pkgcmd is [3252]ms
C:\tizen-sdk\tools>sdb install C:\Users\zezba\Dev\Reign\TizenWorkspace\GLCube\Re
lease\org.example.glcube-1.0.1-arm.tpk[/QUOTE]
I'm on Windows 10 x64. Trying to test on Samsung Z1.
The SDK won't even install on Ubuntu 15.10 even after installing Oracle Java (Why for crying out loud can't I just use the OpenJDK [another big wtf]). So many technical / political flaws I don't understand how this will ever challange Android...