You can have native applications written in c++, but you could be able to launch via shell only, and not UI.
You can google for it, and some quick links for a hello world app. http://betelco.blogspot.com/2010/01/buildingdebugging-android-native-c.html http://android-dls.com/wiki/index.php?title=Android_FAQ#Q:_Does_Android_support_writing_native_applications.3F -Deva On Wed, Jun 9, 2010 at 6:17 PM, Ashwin Bihari <[email protected]> wrote: > What kind of C++ program? All Android applications are written in Java > to use the Android framework, I suppose you could write it in C++ if > you translated the calls to the framework..what are you trying to > accomplish?? > > -- Ashwin > > > > On Wed, Jun 9, 2010 at 5:41 AM, vinodhini prakash <[email protected]> > wrote: > > H... i need to know how to run a simple c++ program on the android > > emulator...i was using android sdk and eclipse as the IDE... i could > > run the java programs....but i need to know how to run the c++ program > > on android 2.2..pls,help me...im very new to android... > > > > -- > > unsubscribe: > > [email protected]<android-porting%[email protected]> > > website: http://groups.google.com/group/android-porting > > > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
