-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
缺少 libpag.so #127
Comments
怎么依赖的 libpag? |
这个是Android 源码的引用,是在Android.bp里面引用。 |
源码引入时,如果是 armeabi 架构的话,需要 copy 一下 so。 |
aar和so都需要copy? |
在源码里面我不需要使用libpag使用ndk参与编译,如何把libpag.so copy到我的源码目录呢?在哪儿可以找到已经生成的libpag.so |
这个你要自己找下,每个项目的目录都不太一样。 你的项目是需要 armeabi 的 so 吧?如果不是就不用考虑这个 copy,可能是其他的问题。 |
./pag-android-master/pag-android-master/sample/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblibpag.so 我看demo编译完成会自动生成libpag.so,是不是直接预置这个so就可以呀? |
嗯,这个 so 到时候会打包到 aar 里面去。 我们在做 so 下发的时候就是取的 aar 里面的 so 放服务器上。 |
https://github.com/Tencent/libpag 哪边可以取到你们放的so |
你就拿 aar 里面的就行 |
Bug 描述
问题
重现
环境
libpag 版本:libpag-ios(v3.2.4.37),libpag-android(v3.2.5.1),PAGViewer(2.1.33 beta)
设备:iPhone 7(iOS 12),OnePlus 7(Android 10),iMac 5K(macOS 10.15.3)
Demo(可选)
其他(可选)
The text was updated successfully, but these errors were encountered: