Android Studio:couldn't find .so檔案
異常內容:
異常原因:
1.APP在執行的時候缺少libgif.so庫檔案。
2.在AndroidStudio專案的libs目錄下存在libgif.so庫檔案。
解決方法:
將libgif.so庫和父目錄一同拷貝到root/src/main/jniLibs/目錄下。其中jniLibs可以自定義名稱。我的目錄結構如下:
希望這篇部落格能為你提供一些幫助。
相關文章
- Flutter雜症(couldn't find "libflutter.so")Flutter
- vncserver: couldn't find "xauth" on your PATHVNCServer
- vncserver: couldn't find "xauth" on your PATH.VNCServer
- 有用過grpc的嗎?Couldn't find descriptorRPC
- 【vnc】vncserver: couldn't find "xauth" on your PATH 問題VNCServer
- Flutter: 解決執行時錯誤 java.lang.UnsatisfiedLinkError...couldn't find "libflutter.so"FlutterJavaError
- Starting MySQL * Couldn't find MySQL server (/usr/bin/mysqld_safe)MySqlServer
- Android so檔案生成Android
- Android Studio NDK:三、打包SOAndroid
- Android-ffmpeg編譯so檔案Android編譯
- Android 的 so 檔案載入機制Android
- Android 關於 so 檔案的總結Android
- Android .SO 檔案的相容和適配Android
- Android的.so檔案詳細解讀Android
- "Error: Can't find libjava.so" 9.2.0.4 on RH 4.0 x86-64ErrorJava
- Android逆向之旅---SO(ELF)檔案格式詳解Android
- Android studio匯出apk檔案AndroidAPK
- couldn't set locale correctly報錯解決
- android studio樣式檔案彙總Android
- find 查詢檔案
- IDA除錯 Android so檔案的10個技巧除錯Android
- Couldn't be opened because you don't have permission to view it 執行時報錯View
- SharePoint Excel Service - Couldn't Open the Workbook.Excel
- 【iOS報錯】“The operation couldn’t be completed (LaunchServicesError erroiOSError
- Android studio 整合ndk環境,生成so庫,並在其他專案上引用Android
- Android 開發中如何動態載入 so 庫檔案Android
- 關於Android的.so檔案你所需要知道的Android
- 如何在Android Gradle中新增原生so檔案依賴AndroidGradle
- Sublime text找不到.so檔案
- iOS:The operation couldn’t be completed. (DVTCoreSimulatorAdditionsErrorDomain eiOSErrorAI
- Linux Couldn’t resolve host 解決辦法Linux
- find 按檔案修改時間查詢檔案及find空資料夾
- android系統預製app/bin/.so檔案及資料夾AndroidAPP
- find 刪除以前的檔案
- MySQL: Couldn't execute 'SET OPTION SQL_QUOTE_SHOW_CREATE=1MySql
- Didn't find class "android.support.v7.widget.RecyclerView"AndroidView
- Android studio 無法建立layout_land檔案解析Android
- JNI初步(五)jni ndk 一個.so檔案依賴另一個.so檔案的寫法