How to create a native app without SDK or CLI

How to create a native app without SDK or CLI

BY 02 Jul 2016 Native Application Development

Hello to all.

   My problem is that I have a ARM proccesor computer, and SDK is only aviable for x86 and amd64 architectures.

The questions are:

Can I skip use the SDK and use my local gcc (I have Linux ARM distro), actually I am trying this way, and make from .c a executable ARM binary is not a issue, but pack the binary inside Tizen app without SDK is a headache, and I couldnt find any documentation about how to do manually… Write the manifest, layout and res.xml seams easy, but how to do the signature? and can I use zip and rename the .zip for .tpk? I would like to have more information of internal specification of tpk files…

Any suggestion or help?

Thanks to all!

Written by