So far, I have Install Tizen SDK2.0 On my Ubuntu.
And New a "Tizen Platform Project", and "Hello World Project".
But,I found the code:
#include<studio.h>
int main(int argc, char *argv[])
{
printf("Hello World");
return 0;
}
Q:
Dose Tizen support <studio.h> ?????
How It "printf();"??
Q:
I Can't Run the program on the emulator.Because get an error "Launch failed.Binary not found".
I can pack an "rpm" file,
Q:
How to install on emulator.
Q:
I want to use native c++, where is the API???
I want to make games.
I hope anyone can help me...Thanks.