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

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -