gpt4 book ai didi

android-studio - Android Studio : Error The filename, 目录名或卷标语法不正确

转载 作者:行者123 更新时间:2023-12-03 07:20:12 26 4
gpt4 key购买 nike

我使用的是 Windows 7 64 位并切换到最新的 Android Studio,但收到此错误:

Error:A problem occurred configuring project ':myproject'.
Could not normalize path for file 'C:\Users\me\Apps\Android\android\myproject\myproject:facebook-sdk\bolts-android-1.1.2.jar'.

Error The filename, directory name, or volume label syntax is incorrect

版本发生这种情况
Android Studio:1.0.1
Gradle :2.2.1

最佳答案

如果语法不匹配就会出现这个问题。请查看以下场景,
我在 build.gradle 文件中犯了一个错误

    compile files(':libs/lib_ivy_android')

我后来修改如下

    compile files(':libs/lib_ivy_android.jar')

然后我也遇到了同样的错误,我对此进行了一些研发,最后我进行了如下修改,然后没有错误

    compile files('libs/lib_ivy_android.jar')

所以这可能是适合您的解决方案。

关于android-studio - Android Studio : Error The filename, 目录名或卷标语法不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27829542/

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