Skip to content Skip to sidebar Skip to footer

How To Make An Equivalent Of 'compileonly' For Aar Artifacts?

In real world, if you're writing ui tests for android project, after press 'Run' from Android Studio, it will assemble two apps: 'your.cool.app' and 'your.cool.app.test'. Test app

Solution 1:

On the Right side of android studios goto gradle>your libraryapp>Run configurations>asssemble .AAR will be present in outputs folder of your selected project


Post a Comment for "How To Make An Equivalent Of 'compileonly' For Aar Artifacts?"