search

Home  >  Q&A  >  body text

android-studio - android studio导入.so文件问题?

我把一个eclipse项目改成android studio项目的时候遇到了导入.so文件的问题,这是原来的eclipse项目目录

这是androidstudio的目录

gradle

这是错误

                                                                              java.lang.UnsatisfiedLinkError: Couldn't load Aisound from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/test.mytts.kompasim.tts_demo-2.apk"],nativeLibraryDirectories=[/data/app-lib/test.mytts.kompasim.tts_demo-2, /vendor/lib, /system/lib]]]: findLibrary returned null

该怎么解决,谢谢

高洛峰高洛峰2773 days ago354

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师2017-04-17 17:49:15

    Copy libAisound.so to the main/jniLibs/armeabi directory and try it

    reply
    0
  • Cancelreply