Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [android-build]

For questions related to the build process of Android Applications, for all build tools.

android-build
0 votes
1 answer
57 views

Build Issue for Lineage (21.0) gsi x86_64 eng. Redundant artifact path entries

I followed the instructions for building Lineage OS 21.0 for emulator/avd (from https://wiki.lineageos.org/emulator) and when building (after calling "mka" command) I receive the following ...
feder's user avatar
  • 17
1 vote
0 answers
61 views

Android soft keyboard is missing "OK" button after upgrading Unity from 2020 to 2022 LTS

Just upgraded Unity from 2020.3.48f1 to 2022.3.35f1 and immediately regretted it. I have a lot of input text fields in my project (TMP_InputField), some of them are single line and some multiline, ...
Jim Hopper's user avatar
0 votes
1 answer
45 views

Android java service connect to unix socket created by vendor hal

I have a vendor hal which crates unix socket. I have a java service which connects to the socket created by vendor hal. Java service can not connect to the socket because violation of sepolicy: 05-31 ...
Yuri's user avatar
  • 1,209
2 votes
0 answers
54 views

Manifest merger failed with multiple errors when building an app but apks are generated just fine

I have encountered the above error after updating my Android Studio to Jelly Fish 2023.3.1. The error occurs when I clean and rebuild the project: D:\Directory\ProjName\navcomponent\build\...
waheed shah's user avatar
0 votes
1 answer
62 views

Jenkinsfile converting base64 keystore data into jks file prints secret data on console

I am working on a Jenkins CI/CD setup to build and sign android apps. keystore base64 data is stored in a secret vault(https://www.hashicorp.com/products/vault). To convert it into jks file I am ...
Rohit's user avatar
  • 945
2 votes
2 answers
94 views

Correctly configure a release build - once per project or in all modules?

I've created my first Android project with two modules (:app and :additionalModule). Now I want to create a release build with isMinifyEnabled = true and all these things. Do I have to configure that ...
me.at.coding's user avatar
  • 16.7k
0 votes
1 answer
30 views

Need help in getting virtual keyboard height in native code of cocos creator?

I have added one edit box that will be placed on bottom part of the screen, on clicking the edit box keyboard opens and I want the edit box to appear just above the virtual keyboard in android., Now i ...
Sahana Dattatreya Hegde's user avatar
0 votes
0 answers
268 views

Expo splash screen not hiding because of react navigator

This is my first post on stackoverflow, so bare with me. I posted a problem concerning expo splash screen not hiding in my android preview build when using a react navigation navigator, even in a ...
Thomas Domenig's user avatar
0 votes
0 answers
89 views

Duplicate class com.google.common.annotations.Beta found in modules jetified-guava-32.0.1-android and jetified-guava-jdk5-13.0

We are building a mobile application on android using java. The backend database is cloud firebase. The application was "build"ing find until we introduced a new implementation dependency in ...
Jack tileman's user avatar
0 votes
0 answers
26 views

Accessing a password in MacOS Keychain via Jenkins Execute shell

While patching a recent security vulnerability in Jenkins, we had to change the way agents are connecting to master. Now we are using SSH to connect them and that has caused few changes to the way we ...
Ishan Hettiarachchi's user avatar
1 vote
0 answers
252 views

android build failing as soon as react-native-pdf-lib is installed

As soon as I install react-native-pdf-lib the android build starts to fail in react native, it says Could not determine the dependencies of task ':app:processDebugResources'. > Could not resolve ...
Jyoti Prajapati's user avatar
2 votes
2 answers
316 views

Renaming Android app Bundle and APK (.aab and .apk) files with app name, version and build type - build.gradle.kts

How To change Android App Bundle/APK name (app.aab/app.apk) to reflect App version, App name and build type in build.gradle.kts Here is the build.gradle.kts, I need to rename apk/aab here android { ...
Alfin's user avatar
  • 187
0 votes
1 answer
1k views

How to configure build.gradle.kts file in android programming

I have initiated an android project in kotlin and my gradle file has the .kts extension . I am trying to add room dependency but i have accountered an error . Here is what i've done : implementation(&...
Patrick Renaud's user avatar
0 votes
1 answer
100 views

Flutter WooCommerce App Build Fails with permission_handler_android:extractDebugAnnotations Exception

I'm working on a Flutter consumer app using a premade Flutter WooCommerce app purchased from the Envato Market. When attempting to run the source code, I encounter a build exception specifically ...
ashwath's user avatar
0 votes
0 answers
105 views

Can I enable native bridge on x86 cuttlefish

I want to run arm apps on x86 cuttlefish. I found the native_support and binary_translation in frameworks/libs. But I don't know how to enable it,or it can'nt be enable on cuttlefish? I try to set ...
Cmax's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
60