WaltFromBavaria wrote: > My question is: Is it possible to create an Android project in C++ ?
Not if you intend to distribute it through places like the Android Market. > I noticed there is an Android NDK that enables you to code in C in a > cumbersome manner. The "cumbersome manner" is called JNI, and it is designed to add native libraries to an application, not for writing applications. > The Android API is only in Java, right ? The SDK is only in Java. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need Android talent? Ask on HADO! http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

