AAR

Android aar library

License

License

GroupId

GroupId

io.github.faob-dev
ArtifactId

ArtifactId

aar
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

AAR
Android aar library
Project URL

Project URL

https://github.com/faob-dev/Tutorials
Source Code Management

Source Code Management

https://github.com/faob-dev/Tutorials

Download aar

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.faob-dev/aar/ -->
<dependency>
    <groupId>io.github.faob-dev</groupId>
    <artifactId>aar</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.faob-dev/aar/
implementation 'io.github.faob-dev:aar:1.0.0'
// https://jarcasting.com/artifacts/io.github.faob-dev/aar/
implementation ("io.github.faob-dev:aar:1.0.0")
'io.github.faob-dev:aar:aar:1.0.0'
<dependency org="io.github.faob-dev" name="aar" rev="1.0.0">
  <artifact name="aar" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.faob-dev', module='aar', version='1.0.0')
)
libraryDependencies += "io.github.faob-dev" % "aar" % "1.0.0"
[io.github.faob-dev/aar "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Tutorials

Clone repo and open specific tutorial in your favourite IDE with gradle support

Java Native Access (JNA)

  • T1 : Calling android C/C++ code with Java Native Access (JNA)
  • T2 : Building android shared library and calling with Java Native Access (JNA)
  • T3 : Building and using multiple android shared libraries
  • T4 : Handling C++ callbacks, Logging and exceptions with Java Native Access (JNA)
  • T5 : Mapping primitive, structure, array, NIO buffer, class and object types with Java Native Access (JNA)
  • T6 : Image processing android app with Java Native Access (JNA)

Publishing Android Archive (AAR)

  • AAR : Creating Android Archive (AAR), publishing to jCenter and using it in android project
  • MavenAAR : Creating Android Archive (AAR), publishing to Maven Central and using it in android project

Author

FaoB

Versions

Version
1.0.0