7

I am new and unexperienced to developing Android (Ubuntu 14.04, Android Studio 1.4). I am just trying to solve multiple errors to get my code build, and when I do I get a popup saying

Gradle is running. Proceed with Project closing?

Searching this exact string on google returns 6 hits (most of them from the android developer bugtracking system). Here is a screenshot:

enter image description here

I would like to know what this message means. Will it close the Project when I click 'Yes' (which is not what I want)? What button should I click here?

Alex
  • 41,580
  • 88
  • 260
  • 469

2 Answers2

3

This message means the gradle is running tasks in background. Sometimes you click 'Yes' stops the tasks. I think this link can be useful for you

Android Studio: Background task running indefinitely

How to stop Gradle task execution in Android Studio?

Community
  • 1
  • 1
0

In that situation you can safely click 'Yes' as it does not clode the Project. But you can go on working...

P.S. No idea what the text means!

Alex
  • 41,580
  • 88
  • 260
  • 469