我最近一直在做一个项目。 昨天我的笔记本电脑突然关机,我没有费心再次启动它。
今天当我开始这个项目时,我看到在我的gradle构建之后,我的MainActivity充满了错误。不知道有什么不对!当我尝试调试并运行项目时,它运行正常。从导入到所有System.out.println的所有内容都有错误。
当我尝试在EditText列表器上打印出某些内容然后运行该项目时。该项目运作良好。
另外还有一个名为maniac~2.jav的文件是使用与MainActivity相同的内容自动创建的。
需要帮助 提前致谢
修改 关于构建项目的gradle控制台消息
BUILD SUCCESSFUL
Total time: 8.325 secs
Executing tasks: [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:compileDebugSources, :app:compileDebugAndroidTestSources]
Configuration on demand is an incubating feature.
:clean UP-TO-DATE
:app:clean
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72310Library
:app:prepareComAndroidSupportSupportV42310Library
:app:prepareDebugDependencies
:app:compileDebugAidl
:app:compileDebugRenderscript
:app:generateDebugBuildConfig
:app:generateDebugAssets UP-TO-DATE
:app:mergeDebugAssets
:app:generateDebugResValues UP-TO-DATE
:app:generateDebugResources
:app:mergeDebugResources
:app:processDebugManifest
:app:processDebugResources
:app:generateDebugSources
:app:preDebugAndroidTestBuild UP-TO-DATE
:app:prepareDebugAndroidTestDependencies
:app:compileDebugAndroidTestAidl
:app:processDebugAndroidTestManifest
:app:compileDebugAndroidTestRenderscript
:app:generateDebugAndroidTestBuildConfig
:app:generateDebugAndroidTestAssets UP-TO-DATE
:app:mergeDebugAndroidTestAssets
:app:generateDebugAndroidTestResValues UP-TO-DATE
:app:generateDebugAndroidTestResources
:app:mergeDebugAndroidTestResources
:app:processDebugAndroidTestResources
:app:generateDebugAndroidTestSources
:app:processDebugJavaRes UP-TO-DATE
:app:compileDebugJavaWithJavac
:app:compileDebugNdk UP-TO-DATE
:app:compileDebugSources
:app:processDebugAndroidTestJavaRes UP-TO-DATE
:app:compileDebugAndroidTestJavaWithJavac
:app:compileDebugAndroidTestNdk UP-TO-DATE
:app:compileDebugAndroidTestSources
BUILD SUCCESSFUL
Total time: 10.903 secs
答案 0 :(得分:2)
您可以尝试一些解决方法来解决此问题:
1-选择文件 - >使缓存无效并重新启动
2-将build.gradle文件中的compileSdkVersion更改为其他版本,然后选择Build Project。
3-更改项目的buildTools版本并尝试重建项目。
4-删除app / build中的输出和临时文件夹并重建项目。