Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

developing android c/c++ project in eclipse?

hi every one,

can any one please guide me , to set the eclipse environment to develop android c/c++ project

i installed android sdk+adt plug in

thanks

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    The android SDK is for Java no C\C++.. now.. there is something called the NDK (native develpoment kit) that gives you the full source code of android and you may develop C\C++ android apps that way, but be warned, the ndk is NOT simply the C++ version of the sdk, it is something entirely different and is generally more used when a developer needs better access to the hardware or is writing a custom kernel or something like that, it is a bit more difficult and lacks many of the features in the java sdk.

    The ndk may be acquired here:

    http://developer.android.com/sdk/ndk/index.html

Still have questions? Get your answers by asking now.