-
Hi.
I tried to build tun2socks package but failed.
go version
go version go1.22.0 windows/amd64
NDK 27.0.11902837
Gradle 8.6 Plugin 8.4.0
SDK 34.0.0
Commands in Android Studio Termina…
-
APKiD currently supports APK and DEX files. Can the support be also extended to AAR/JAR.
I tried converting AAR/JAR to DEX and scanning with APKiD, but the binary features are not being detected.
-
Upcoming Android SDKs will unbundle their support libraries (.jar, .aar) and host them in https://maven.google.com. See: https://developer.android.com/studio/build/dependencies.html#remote_repositorie…
-
### The issue
Inside `Xamarin.TensorFlow.Lite.Gpu" Version="2.12.0.1"` we are missing
`CompatibilityList.BestOptionsForThisDevice` and
constructor `GpuDelegate(GpuDelegate.Options options)`
…
-
### What happened?
clone this code, when building in cell phone, then get some errors
org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not r…
-
**Describe the bug**
I believe there is an issue with [Repsy.io](https://repsy.io/). I am unable to install the library due to a disk usage exceeded error. I'm stuck on the [Getting Started](https://…
-
### Steps to reproduce
1. create a flutter project
2. add a plugin with native code, such as image_picker(It depens on image_picker_android)
3. build AAR for android with `flutter build aar --bu…
-
**Describe the bug**
Unable to upgrade to lib version 1.4.0.
**To Reproduce**
Steps to reproduce the behavior:
1. add dependency in the build gradle file
2. build project
**Expected behavio…
-
Just pull the latest code from Makefile.
android:
go get golang.org/x/mobile/bind
GOARCH=amd64 gomobile bind -v -trimpath -ldflags="-s -w" -o ./open_im_sdk.aar -target=android ./open_im_sdk/ ./op…
-
I'm trying to embed ShortcutBadger inside our AAR, however gradle is not able to bundle other's aars into out project, and this requires our clients to add ShortcutBadger to their own apps when using …