Skip to main content

for macOS users

./gradlew assemble

for macOS users

./gradlew assemble

If you need to share these .aar files within your organization check out maven. A nice write up on this topic can be found at: http://blog.glassdiary.com/post/67134169807/how-to-share-android-archive-library-aar-across

If you need to share these .aar files within your organization check out maven. A nice write up on this topic can be found at: https://web.archive.org/web/20141002122437/http://blog.glassdiary.com/post/67134169807/how-to-share-android-archive-library-aar-across

spelling
Source Link
IgorGanapolsky
  • 26.9k
  • 23
  • 121
  • 151

Retrieve exported .aar file formfrom local builds

A library project has a build.gradle file containing apply plugin: com.android-.library. For reference of this library packaged as an .aar file you'll have to define some properties like package and version.

Retrieve exported .aar file form local builds

A library project has a build.gradle file containing apply plugin: android-library. For reference of this library packaged as an .aar file you'll have to define some properties like package and version.

Retrieve exported .aar file from local builds

A library project has a build.gradle file containing apply plugin: com.android.library. For reference of this library packaged as an .aar file you'll have to define some properties like package and version.

deleted 11 characters in body
Source Link
Hans Cappelle
  • 17.6k
  • 7
  • 74
  • 73
Loading
Source Link
Hans Cappelle
  • 17.6k
  • 7
  • 74
  • 73
Loading