Skip to content Skip to sidebar Skip to footer

Android.mk Seems Not To Exist

I hope I have not overseen the question was already asked or the question is to stupid... I have installed Android Studio and Android NDK following the official tutorial at http://

Solution 1:

Good catch!

The Android.mk file belongs to the old times. Android Studio moves into easier integration of NDK, and you don't need to run ndk-build anymore. Unfortunately, NDK support in Android Studio is still not final; the description at http://tools.android.com/tech-docs/android-ndk-preview is not exactly up-to-date, and another, "experimental" plugin is under development, sa described here: http://tools.android.com/tech-docs/new-build-system/gradle-experimental

Post a Comment for "Android.mk Seems Not To Exist"