1,013 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
34
views
Claim SDK in Google SDK console and verification.properties seems to be incorrectly placed in aar
I need to claim my SDK in Google SDK console and i have followed exact steps mentioned there. But it seems like those steps lead to verification.properties file being placed in incorrect location ...
1
vote
0
answers
107
views
How to include a .aar file in a Kivy/Buildozer Android project
I would like to add a .aar file (onnxruntime.aar) to my Kivy project. My project structure is:
├── buildozer.spec
├── dress.jpg
├── libs
│ └── onnxruntime.aar
├── log.txt
├── main.py
├── __pycache__
...
0
votes
0
answers
26
views
AAR file genearation Build error in mediapipe
bazel build -c opt --strip=ALWAYS --host_crosstool_top=@bazel_tools//tools/cpp:toolchain --fat_apk_cpu=arm64-v8a,armeabi-v7a --legacy_whole_archive=0 --features=-legacy_whole_archive ...
0
votes
1
answer
84
views
Flutter AAR release: Duplicate GeneratedPluginRegistrant error when integrating into Flutter project
I built a Flutter module as an .aar (using flutter build aar) and I’m trying to use that .aar inside a Flutter project.
My module only contains a Flutter plugin (all my code is in that plugin).
When I ...
0
votes
1
answer
70
views
How to run module aar file in flutter plugin
I create module in flutter with simple one screen and create aar file , I add that in flutetr plugin and run that plugin through example project , it works in debug mode but in release mod it gives ...
0
votes
0
answers
79
views
Maven Central 401 Unauthorized When Publishing Snapshot with JReleaser
Snapshot Deployment Fails with 401 - JReleaser Configuration
Recently, I migrated from Nexus 2 to the new Maven Central repository.
I'm using JReleaser with Gradle to handle publication.
The release ...
0
votes
1
answer
87
views
Export React Native Component and Android/IOS SDK
I have a ReactNative expo project that exports a component lets say HelloWorldWidget. I want this component to be usable in a native android and IOS project as easily as possible.
I could not find any ...
0
votes
0
answers
42
views
Can a Flutter module be integrated as an AAR/XCFramework into another Flutter app to encapsulate implementation logic?
I'm exploring the possibility of creating a Flutter module that can be built as an AAR (Android) and XCFramework (iOS), and then integrated into another Flutter app as a binary dependency, similar to ...
0
votes
0
answers
56
views
How to integrate a Flutter module into a Flutter host app without exposing Dart source code?
I'm integrating a Flutter module (built as an .aar) into a Flutter host app. The goal is to keep the module's Dart code hidden (like an SDK), while still allowing UI launch and data exchange via ...
0
votes
0
answers
68
views
React Native , Kotlin , FFmpegKit .aar Manual Integration Crash on Launch (Android)
I’m building a React Native app (version 0.79) on Windows using Kotlin support, and I’m manually integrating FFmpegKit as a .aar file (not using ffmpeg-kit-react-native). My setup builds successfully, ...
0
votes
0
answers
24
views
How can I enforce server authentication on every build and IDE "Run" when using an Android AAR to prevent unauthorized development?
I distribute an Android AAR library and need to ensure that any consumer project including my AAR must perform a server-side license check every time they:
Build the app (Gradle assemble, compile, ...
1
vote
0
answers
91
views
AbstractMethodError when using Java 8 default interface methods with minSdk below 24
I'm encountering the same issue as described in the following question:
AbstractMethodError when use Java 8 default interface methods and implementation
However, since my reputation is below 50, I ...
0
votes
0
answers
131
views
How to generate the AAR file by using Soong build system (by Android.bp only)
I am using the following Android.bp to generate the AAR file:
android_library {
name: "MyModuleLib",
system_ext_specific: true,
srcs: ["src/main/java/**/*.java&...
0
votes
1
answer
86
views
Uploading aar files to google artifact registry
I have a Flutter module for my native Android project that I have built an AAR file for.
Now I want to do this automatically using my GitLab.ci file and then upload it to Google Artifact Registry.
The ...
0
votes
1
answer
81
views
Class not found error while binding aar library
I am trying to bind aar library called "autoreplyprint.aar", following is the aar file link
autoreplyprint.aar
I have added following itemgroups for the .aar and its .so files
<ItemGroup ...