android - 在 android Lame 中找不到 void com.example 的实现

标签 android c++ android-ndk lame

friend 们您好,我在使用 Android NDK 工具编译 lame 库时遇到错误文件。

我从这里完成所有步骤.. How to add Lame 3.99.5 to Android Studio using NDK

当我尝试使用它时它会抛出 找不到 example.com.project 的实现

enter image description here

或代码错误:

enter image description here

最佳答案

https://github.com/naman14/TAndroidLame使用此示例代码。

试试这个,如果您遇到任何问题,请发帖。

关于android - 在 android Lame 中找不到 void com.example 的实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41954603/

相关文章:

java - 如何在 Android 中计算字符串的 SHA-256 哈希?

java - 安卓 : Dealing with multiple font files - Correct way

android - 带有人行横道的 Cordova/android 编译错误

c++ - 友元函数中的 STL 问题

android - 当我将 sdk 更新为 M 时,import org.apache.http.client 无法解析错误

c++ - OpenMP、QTextEdit 和 QPlainTextEdit

c++ - 在抛出 'std::bad_alloc' what(): std::bad_alloc 实例后调用终止

android - 如何使用 C 中的 execlp native 函数打开浏览器

android - 在 Android 上使用 Address Sanitizer 构建,但使用 CMake

android - 使用 C++ 和 NativeActivity 类获取 Android APK 的名称