2

I last worked on Android application development some while back(on Gingerbread). I came back to it again now.

I have inherited a sample hello-jni project into Android studio. But, there is no Android.mk and I see gradle instead. Is it a new build system and is Android.mk not used anymore?

Sandeep
  • 18,356
  • 16
  • 68
  • 108

1 Answers1

0

Android.mk is used only when you need to implement NDK in Android Otherwise its not needed to build the project.

Nilay Dani
  • 896
  • 6
  • 24