Android Studio “构建失败:发生异常。” 错误

huangapple 未分类评论51阅读模式
英文:

Android Studio "FAILURE: Build failed with an exception." error

问题

大家好,我正在使用 A.Studio 的最新版本,但我需要一些帮助。
我已经安装了 Android Studio 并想要进行一些检查。我创建了一个名为 Main.java 的基本代码。
我为了检查它而写了下面这些代码。我已经进行了多次研究,但是我无法解决这个问题,我需要帮助。

```java
public class Main {
    public static void main(String[] args){
        System.out.println("Testing Java");
    }
}

然后我调试了代码,A.S 给我发送了错误日志。您可以在下面看到。

FAILURE: Build failed with an exception.

* Where:
Initialization script 'C:\Users\canpi\AppData\Local\Temp\Main_main__1.gradle' line: 20

* What went wrong:
A problem occurred configuring project ':app'.
> Could not create task ':app:Main.main()'.
   > SourceSet with name 'main' not found.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.6.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 326ms

感谢帮助,致意。


<details>
<summary>英文:</summary>

Hello everyone I&#39;m using A.Studio latest version but I need some help.
I already installed Android Studio and I wanted to check it. I created Main.java which is basic code.
And i wrote those codes for check it. I researched many times but i couldn&#39;t solve this problem i need help.

public class Main {
public static void main(String[] args){
System.out.println("Testing Java");
}
}


Then I debugged the codes A.S sent me error log. You can see the below.

FAILURE: Build failed with an exception.

  • Where:
    Initialization script 'C:\Users\canpi\AppData\Local\Temp\Main_main__1.gradle' line: 20

  • What went wrong:
    A problem occurred configuring project ':app'.
    > Could not create task ':app:Main.main()'.
    > SourceSet with name 'main' not found.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.6.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 326ms


Thanks for help, regards.

</details>


huangapple
  • 本文由 发表于 2020年4月9日 14:51:15
  • 转载请务必保留本文链接:https://java.coder-hub.com/61115464.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定