• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. RebelCommander

    Gradle problem:Using an .AAR in both Release and Debug

    I have a app comprising some unit tests, which test functions packaged in an AAR file, which itself contains unmanaged (C++) binaries. This file is created through another build process that dumps it in it's Release or Debug forms in a directory of the form build/Android.${Configuration} . I...