Android平台出现java.io.FileNotFoundException:cwebp_tmp/dwebp:openfailed:ENOENT(Nosuchfileordirectory)错误
创始人
2024-10-09 13:32:14
0

该问题通常是由于缺少Cwebp和Dwebp转码工具导致的。解决此问题的方法是将cwebp和dwebp和相应的库文件(libwebp_android.so)添加到项目的assets目录下,并将它们解压缩到临时目录。可在app module 的 build.gradle 文件中添加如下代码:

android{ ... aaptOptions { noCompress "webp" } }

dependencies{ implementation 'com.google.android.gms:play-services-ads:18.3.0' }

tasks.register("copyStaticAssets"){ // if you don't use kotlin ;) // doLast {

doLast {
    from(projectDir.absolutePath + "/src/main/webp")
    into("${buildDir.absolutePath}/intermediates/cwebp_tmp")

    // just in case it never existed before
    mkdir("${buildDir.absolutePath}/intermediates/cwebp_tmp"){

    }

    // PNG files are converted by default
    // but you can use other extensions
    // like ".jpg"
    eachFile { file ->

        // the option remove(1) is because
        // the extension comes with a dot
        def imgName = file.nameWithoutExtension.remove(1)

        def tmpDir = file.parent

        exec {
            // here's the important thing
            // the tool can be get here
            commandLine 'cp', "${projectDir}/src/main/webp/cwebp", "${tmpDir}"
            commandLine 'cp', "${projectDir}/src/main/webp/dwebp", "${tmpDir}"
            // the command's 'WEBP_IMAGE_HERE' is the
            // path where the new webp image will be placed
            commandLine "${tmpDir}/cwebp", file.absolutePath, '-o', "${tmpDir}/${imgName}.webp"
        }

    }

}

}

在代码中,我们在项目的build.gradle文件中使用了aaptOptions来防止元素中的Webp文件压缩。此外,我们还添加

相关内容

热门资讯

玩家必看“菠萝辅助器免费版的功... 玩家必看“菠萝辅助器免费版的功能介绍”先前有辅助工具(有挂总结)这是一款可以让一直输的玩家,快速成为...
总算了解“多乐跑得快游戏辅助脚... 多乐跑得快游戏辅助脚本是一款可以让一直输的玩家,快速成为一个“必胜”的ai辅助神器,有需要的用户可以...
玩家必用“werplan辅助软... >>您好:werplan辅助软件确实是有挂的,很多玩家在这款werplan辅助软件游戏中打牌都会发现...
透视软件“微信小程序外辅助工具... 透视软件“微信小程序外辅助工具”一向有辅助软件(有挂方略);亲,微信小程序外辅助工具这款游戏原来确实...
透视有挂“潮汕汇软件辅助”从来... 透视有挂“潮汕汇软件辅助”从来有辅助开挂下载(有挂教学);打开点击测试直接进入微信(13670430...
一分钟了解“潇湘游有挂脚本”原... 一分钟了解“潇湘游有挂脚本”原先有辅助开挂安装(有挂技术) 了解更多开挂安装加(136704302)...
研究成果“新九方透视挂”本然有... 研究成果“新九方透视挂”本然有辅助器(有挂解密);无需打开直接搜索打开薇:136704302 咨询了...
透视苹果版“大唐麻雀辅助器怎么... 透视苹果版“大唐麻雀辅助器怎么设置”先前有辅助神器(有挂透视);亲,大唐麻雀辅助器怎么设置这款游戏原...
总算了解“微乐小程序辅助收费”... 大家好,今天小编来为大家解答微乐小程序辅助收费这个问题咨询软件客服可以免费测试直接加微信(13670...
一分钟揭秘“阿拉游戏中心辅助”... 阿拉游戏中心辅助是一款可以让一直输的玩家,快速成为一个“必胜”的ai辅助神器,有需要的用户可以加我微...