I would like to know if there is a way to launch and/or build an ARC app from Android Studio without having to manually use ARC welder every time.
It can be pretty cumbersome to do this manually during development, and especially during a release when you have to do the same operation to ~15 different flavors of the same app. Is there anything in to works that solves this issue like a gradle extension or something.