Skip to content

This code has the intention to show how to use C++ into a Android application.

Notifications You must be signed in to change notification settings

sergiovlvitorino/AndroidCPlusPlus

Repository files navigation

AndroidCPlusPlus

This code has the intention to show how to use C++ into a Android application.

Tools:

  • Eclipse ADT
  • Android SDK 10(2.3.3)
  • NDK r9d

Steps:

  • Download the source;
  • Using a terminal, launch the command lines:
    • $ cd AndroidCPlusPlus/jni
    • $ ndk-build -B -j4
  • Import the project to Eclipse and run it;



Este exemplo foi construído com a intenção de mostrar como usar C++ dentro de um aplicativo Android.

Ferramentas:

  • Eclipse ADT
  • Android SDK 10(2.3.3)
  • NDK r9d

Passos:

  • Baixe o codígo-fonte;
  • Usando um terminal, execute as seguintes linhas de comando:
    • $ cd AndroidCPlusPlus/jni
    • $ ndk-build -B -j4
  • Importe o projeto para o Eclipse e rode-o;

About

This code has the intention to show how to use C++ into a Android application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published