0

I have code written in c, which contains some complex algorithms and I want to use that code in android.

I can not translate these in Android but have to include or integrate it with my Android application.

How should I proceed. please help.

Azhar
  • 20,500
  • 38
  • 146
  • 211

1 Answers1

1

You can use the Android NDK.

Matthew Flaschen
  • 278,309
  • 50
  • 514
  • 539