dlopen在运行时找不到.so库

时间:2018-11-04 22:48:02

标签: android android-ndk

一切编译正常,我的apk已构建,但在运行时出现此错误:

  

java.lang.UnsatisfiedLinkError:dlopen失败:库“ ../../../../ libs / x86 / mylib.so”

我试图提取apk并检查libs / x86文件夹和.so是否存在。

我在app / build.gradle的android字段是:

Private Sub dataGridView1_RowEnter(sender As Object, e As DataGridViewCellEventArgs)
    Label1.Text = dataGridView1(1, e.RowIndex).Value.ToString()
    'Or...
    'Label1.Text = dataGridView1("col2", e.RowIndex).Value.ToString()
End Sub

}

0 个答案:

没有答案
相关问题