-
**Description:**
In the `PropertiesNonPrivilegedTest.java `file in ODK-X Android Library, the `InstrumentationRegistry.getContext()` method is used to get the context of the application. However, thi…
-
Given:-
android_binary("app") -> android_library("libA") -> android_library("libB) -> android_library("libc") -> "res/values/strings.xml"
bazel build //:app
Adding a new string resource in "l…
-
**1**. Clone all 4 repositories locally into Android Studio ( Tables, Survey, Services and Android Library ) into the same folder, check readme https://github.com/odk-x/survey and make sure they're r…
-
### SQLDelight Version
2.0.2
### Operating System
Mac OS 14.3.1
### Gradle Version
Gradle 8.7
Revision: 650af14d7653aa949fce5e886e685efc9cf97c10
### Kotlin Version
1.9.23
### …
-
I have noticed that when using the androidLibrary and androidApplication software types and turning on the "compose" feature, that I am automatically being given a particular version of compose (i thi…
-
It was told in the past that it's not:
https://github.com/StringCare/GradlePlugin/wiki/Plugin-Implementation
But there is a new version 1.2 .
Is this still an issue?
-
Hi. I am trying to utilize Samsung IAP sdk which is distributed as a standalone aar file. The only one way I figured out how to use it inside the native Android project is via this line in build.gradl…
-
In a Kotlin mutliplatform I try to add plugin for android module using version catalog but build failed to resolve the plugin
version catalog :
```
[versions]
junit5-robolectric = "0.8.0"
[plu…
-
Basic info:
```
Operating System: Raspbian GNU/Linux 11 (bullseye)
Kernel: Linux 6.1.21-v8+
Architecture: arm64
```
```
processor : 0
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 c…
Joaav updated
2 months ago
-
### Description of the problem / feature request:
[android_library has a neverlink option](https://docs.bazel.build/versions/master/be/android.html#android_library.neverlink). Neverlink is supposed…