Hi, all,
I'd like to find how to exclude myLib jar file from building APK in Android Studio (1.1.0)
so that main app can reference the interface definition (in myLib jar) but not included in APK.
At eclipse it can be done simply by Properties->Java Build Path->Libraries tab->...jar file to have an extra line on expanding it which says:Excluded from publish/export structure: (None)
I've tried to some but haven't succeeded yet.
Any other tangible ways in Android Studio ?
Thanks,
Kevin