gpt4 book ai didi

android - 包 com.google.appengine.tools.cloudstorage 不存在

转载 作者:行者123 更新时间:2023-11-29 00:21:21 25 4
gpt4 key购买 nike

我正在使用 Android Studio (v0.5.4) 构建一个应用程序。虽然我知道这是一个测试版 IDE,但到目前为止它对我来说工作得很好。我遇到了无法克服的错误。

Error:Execution failed for task ':gavi:compileDebugJava'. Compilation failed; see the compiler error output for details. Error:(9, 47) error: package com.google.appengine.tools.cloudstorage does not exist Error:(49, 9) error: cannot find symbol class GcsService

我的 gradle 文件是这样的

compile files('libs/appengine-api-1.0-sdk-1.8.9.jar',)
compile files('libs/google-api-client-1.17.0-rc.jar',)
compile files('libs/google-api-services-storage-v1beta2-rev42-1.17.0-rc.jar',)

This is the line that is causing the error : GcsService service = GcsServiceFactory.createGcsService();

I have a folder called 'libs' and the corresponding jar file are in there. What am I missing?

最佳答案

首先我会尝试编译 fileTree(dir: 'libs', include: '*.jar') 。它会抓取你在 libs 中的所有 jar 并包含它们。我希望您没有任何不想包含的 jar 。我也希望这能解决您的问题,因为我希望您拼写错误,因为 google-api-services-storage-v1beta2-rev42-1.17.0-rc.jar' 太啰嗦了:)。

您有没有使用混淆器?如果是这样,我建议将其关闭,或尝试添加特定规则。

关于android - 包 com.google.appengine.tools.cloudstorage 不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22923663/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com