How to debug files and tasks for android gradle studio?

I used the TWiStErRob solution to automatically increase the number of versions of android versionNumber , and I expanded it to add more features, however recently, when I add โ€œapply withโ€, in my build.gradle include the auto-version.gradle file and enable Gradle sync, my build.gradle becomes inexplicably corrupt and loses all formatting using Android Studio 1.1.

Is there a way to debug or execute Gradle scripts in android studio?

+5
source share
1 answer

The original answer you referenced did not change build.gradle , so it should not be affected. Please post your version of auto-increment.gradle .

Are you programmatically build.gradle ?

0
source

Source: https://habr.com/ru/post/1214521/


All Articles