Set Build path in Eclipse for ndk program

前端 未结 3 1695
野性不改
野性不改 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 08:13

    If your NDK location is already set, the builder in the toolchain editor may be wrong. Go to project properties, C/C++ Build | Tool Chain Editor and select Android Builder as current builder.

提交回复
热议问题