Can you launch an android app as an ARC app through Android studio?
问题 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. 回答1: As of the time of this writing, no official automated ARC building