# Add QESDK native library Source: [https://docs.qualcomm.com/doc/80-PV345-88/topic/Add_QESDK_native_library.html](https://docs.qualcomm.com/doc/80-PV345-88/topic/Add_QESDK_native_library.html) ## Procedure 1. Copy the QESDK native libraries to the /app/src/main/jniLibs/<ANDROID\_ABI>/ folder in the application source. 2. Copy the QESDK native library header files to the /app/src/main/cpp/ folder to use the native APIs. 3. Create C++ and modify cMake files to call the native APIs. 4. Add the cMake file details to the application build.gradle file (see the following Chapter). Note: This procedure must be performed to use any of the QESDK native APIs. **Parent Topic:** [Add libraries](https://docs.qualcomm.com/doc/80-PV345-88/topic/Add_libraries.html) Last Published: Nov 11, 2024 [Previous Topic Add QESDK Sensors API library](https://docs.qualcomm.com/bundle/publicresource/80-PV345-88/topics/Add_QESDK_Sensors_API_library.md) [Next Topic Build sample application](https://docs.qualcomm.com/bundle/publicresource/80-PV345-88/topics/Build_sample_application.md)