You can use the NDK to write C++ inside Android apps. But you can't really write apps using C++, it's just not possible. So you can write native code, but you don't really get access to a nice framework that includes all the necessary pieces for apps, etc...
(Sure, you can probably hack it and get something that works well enough, but it's not going to be quite the same...) kris On Sun, Jun 3, 2012 at 1:59 PM, New Developer <[email protected]> wrote: > By default I know that android apps are developed using Java and Eclipse > does this well > > Is there anyway we could write our code in C++ and yet > still have it "packaged" and create an apk that runs ? > > Trying to find the best method to create multi platform applications that > run on Android, iOS, Windows, OS X > > Any thoughts ? > > Thanks in advance > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

