How to add Android.mk file to gradle by using UI -


i'm following below url add android.mk file gradle file .

https://developer.android.com/studio/projects/add-native-code.html#link-gradle

i've installed ndk before, don't know android.mk file .

you select ndk-build, use field next project path specify android.mk script file external ndk-build project. android studio includes application.mk file if located in same directory android.mk file.

my os windows 64.


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -