Sunday, November 4, 2018

Android Studio sometimes destroys run configurations

I've observed Android Studio deleting all the run configurations when the project is imported or (sometimes) opened, for unclear reasons. One solution I've seen used is to keep the run configurations in a separate folder and copy them over to .idea/runConfigurations in a Gradle task set as a finalizedBy on every other task. Crude but effective.

No comments:

Post a Comment