Set Build path in Eclipse for ndk program

前端 未结 3 1696
野性不改
野性不改 2020-11-30 07:34

This error was shown when I build a android application program in Eclipse:

14:43:33 **** Incremental Build of configuration Default for project com.***.NDKD         


        
3条回答
  •  误落风尘
    2020-11-30 07:58

    //goto Preference Android NDK and choose your ndk location

    enter image description here

    or

    in your hidden .bashrc file add this below line

    export NDK_PATH=/home/padmakumar/android-ndk-r7b
    

提交回复
热议问题