# JnaDemo **Repository Path**: wxl_learning/JnaDemo ## Basic Information - **Project Name**: JnaDemo - **Description**: No description available - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-31 - **Last Updated**: 2023-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README JNA实践Demo,实现了Java对第三方动态库(.so)中函数的直接调用, 以及传入Java callback方法(模拟函数指针)供c层进行回调。