zoukankan      html  css  js  c++  java
  • android stack error message is Fail to start the plugin

    E: 

    08-26 16:34:11.934: E/AliSDK(32236): 错误编码 = 10022
    08-26 16:34:11.934: E/AliSDK(32236): 错误消息 = SDK 组件 Qupaisdk 启动出错,错误消息为 [Qupaisdk], the android stack error message is Fail to start the plugin, which is caused by dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.duanqu.qupaisample-1/base.apk"],nativeLibraryDirectories=[/data/app/com.duanqu.qupaisample-1/lib/arm, /vendor/lib, /system/lib]]] couldn't find "libqupai-media-thirdparty.so"
    08-26 16:34:11.934: E/AliSDK(32236): 解决建议 = 请使用默认的 androiddebugkey 对当前开发应用签名或在应用初始化之前调用 AlibabaSDK.turnOnDebug(), 运行程序查看 logcat 输出以获取更多错误细节,并采取对应操作 
     
    A:近期出现这个问题较多。这里统一解答,因为涉及版权问题,我们不将media-thirdparty.so打包进SDK中。建议开发者自行编译这个so.需要在linux下编译。
     地址:https://github.com/qupai/qupai-media-thirdparty
       考虑到广大开发者可能出现编译困难,我们在群共享里面提供了一份下载。Q群:422053769
       下载之后拷贝到:QupaiSdklibsarmeabi-v7a 下注意是QupaiSdk下的libs.
  • 相关阅读:
    Python模糊查询本地文件夹去除文件后缀(7行代码)
    Python正则表达式
    python的logging模块
    Python中hashlib模块
    Python的os模块
    项目初始化mysql建库和授权
    Add correct host key in /root/.ssh/known_hosts to get rid of this message
    高中典型的等比数学题
    autoenv的使用方法
    celery任务进程关闭
  • 原文地址:https://www.cnblogs.com/shansheng/p/4760928.html
Copyright © 2011-2022 走看看