How can I import my C++ game?

Hi, Me and my team have been making a game with C++. We though it would be awesome to put it on the OUYA, But we have no clue how we import our game or how the ODK files work. We did not order the Development kit in time so we don't have an OUYA yet. So how can we import our game to the OUYA? Will we have to do something with Android? 

Please help!
~Pixel Protection Studios

Comments

  • WildsWilds Posts: 78Member
    You need to look at the NDK for android, it allows you to program your android games in C++.
  • newmessagenewmessage Posts: 42Member
    Well, I'm android developer working with C++ as my main language.
    And I found it very useful to use these :

    - NDK
    - Apache Ant
    - using JNI

    You can donwload it from internet for free
    many thanks
    -sb

Sign In or Register to comment.