Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

修复调用接口提示找不到so文件的问题 #42

Merged
merged 6 commits into from Aug 6, 2018

Conversation

lazydan
Copy link
Contributor

@lazydan lazydan commented Jun 28, 2018

cordova: 8.0.0
cordova-android: 7.0.0
调用接口返回 找不到so文件,
在app的build.gradle文件中加上:
android {
sourceSets {
main {
jniLibs.srcDirs = ['libs']
}
}
}

修复找不到so文件的问题
修复找不到so文件的问题
Copy link
Owner

@aruis aruis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

有几处github url路径被你pull 上来了,那就比较尴尬了。

@lazydan
Copy link
Contributor Author

lazydan commented Jun 29, 2018

抱歉 很少用github 我以为只pull到我这边

@lazydan lazydan closed this Jun 29, 2018
@lazydan lazydan reopened this Jun 29, 2018
@lazydan
Copy link
Contributor Author

lazydan commented Jun 29, 2018

为啥每次push都到这里来了

@aruis aruis merged commit 3bc5094 into aruis:master Aug 6, 2018
@aruis
Copy link
Owner

aruis commented Aug 6, 2018

已合并,非常感谢;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants