2014-12-26 75 views
1

我開始與AndroidStudio,並試圖將項目導出到版本控制時,我得到一個錯誤:項目模塊後破導入/打開一個項目(任務generateDebugSources未找到)

Error:FAILURE: Build failed with an exception. 

* What went wrong: 
Task 'generateDebugSources' not found in project ':app'. 

* Try: 
Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get 
    the stacktrace. Run with --info or --debug option to get more log output. 

的步驟重現是:

  • 創建一個新項目
  • 項目導入SVN服務器,但不包括在的.gitignore文件:

    The folder .gradle 
    The file .idea/workspace.xml 
    The file local.properties 
    The folder .idea/libraries 
    The folders build 
    
  • 結帳從版本控制/項目,在AndroidStudio選擇打開文件...,打開導出的項目

我該如何解決呢?

回答

0

我發現這個問題:

添加.gradle recursivelly也忽略了文件的應用程序/文件的build.gradle,打破編譯過程

相關問題