Student
Student

Reputation: 28345

C/C++ in Android?

Is it possible to use C/C++ code in Android? And how easy is it?

Upvotes: 7

Views: 1210

Answers (1)

Andy Johnson
Andy Johnson

Reputation: 8149

Its possible. Use the Native Development Kit (NDK). See here for more discussion and links.

How easy is it? I don't know, I've never tried!

Upvotes: 8

Related Questions