opencv/platforms/android
alexlyulkov 30549d65c2
Merge pull request #24456 from alexlyulkov:al/aar
Added scripts for creating an AAR package and a local Maven repository with OpenCV library #24456

Added scripts for creating an AAR package and a local Maven repository with OpenCV library.

The build_java_shared_aar.py script creates AAR with Java + C++ shared libraries.
The build_static_aar.py script creates AAR with static C++ libraries.

The scripts use an Android project template. The project is almost a default Android AAR library project with empty Java code and one empty C++ library. Only build.gradle.template and CMakeLists.txt.template files contain significant changes.

See README.md for more information.
2023-11-07 14:23:33 +03:00
..
aar-template Merge pull request #24456 from alexlyulkov:al/aar 2023-11-07 14:23:33 +03:00
build-tests android: change ANDROID_STL='c++_shared' 2019-07-12 18:58:02 +00:00
gradle-wrapper Build for NDK 22 2021-02-13 13:00:19 +09:00
service pre: OpenCV 3.4.18 (version++) 2022-05-23 19:18:02 +00:00
android.toolchain.cmake Merge pull request #21934 from Yulv-git:3.4-typos2 2022-09-07 17:16:23 +03:00
build_java_shared_aar.py Merge pull request #24456 from alexlyulkov:al/aar 2023-11-07 14:23:33 +03:00
build_sdk.py dynamically linked libs on mobile 2022-07-09 21:45:58 -07:00
build_static_aar.py Merge pull request #24456 from alexlyulkov:al/aar 2023-11-07 14:23:33 +03:00
ndk-10.config.py android: update build_sdk.py 2018-01-14 16:05:48 +00:00
ndk-16.config.py android: update build_sdk.py 2018-01-14 16:05:48 +00:00
ndk-17.config.py android: NDK17 support 2018-08-27 21:07:34 +00:00
ndk-18-api-level-21.config.py Merge pull request #14005 from komakai:android-video-cap 2019-03-19 21:28:45 +03:00
ndk-18-api-level-24.config.py Merge pull request #19597 from komakai:android-ndk-camera 2021-02-25 19:14:11 +00:00
ndk-18.config.py android: gradle-based package and samples 2018-12-19 14:59:48 +03:00
ndk-22.config.py Make Kotlin plugin version compatible with the Gradle version 2021-06-08 22:51:07 +09:00
ndk-25.config.py android: add configuration for NDK 25 and Android API 32 (12L) 2022-10-24 22:24:04 +00:00
README.android Update README.android 2017-07-31 08:28:34 +02:00

See http://opencv.org/platforms/android