How to reset to default configuration in android studio

前端 未结 8 885
遇见更好的自我
遇见更好的自我 2020-12-15 13:52

I totally messed up my Android Studio and I don\'t know how to revert it back. When ever I create new project this is what I get.

8条回答
  •  既然无缘
    2020-12-15 14:22

    Сreate a file: gradle.xml into your .idea project directory. The file should have the following structure:

    
    
      
        
      
    
    

    Save project and relaunch Android studio.

提交回复
热议问题