Are you sure your NDK_MODULE_PATH variable is properly defined ?

# Note that NDK_MODULE_PATH must contain the patchfield parent directory. The
# makefile in PcmSample implicitly takes care of this.

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := pcmsource
LOCAL_LDLIBS := -llog
LOCAL_SRC_FILES := pcmsource.c
LOCAL_STATIC_LIBRARIES := audiomodule
include $(BUILD_SHARED_LIBRARY)
$(call import-add-path, C:\Users\310151586\Downloads\AudioEnginePitchTest-master\AudioEnginePitchTest-master\PcmSample1\patchfield)
$(call import-module,src\main\jni)

Comments

Popular posts from this blog

RUN JAVA PROJECT IN ANDROID STUDIO

Gradle DSL method not found: 'compile()'

Reverse string using recursion