Skip to main content
0 votes
0 answers
69 views

I am having a persistent build error in a new Android Studio project and I have tried every possible solution. The error is: ERROR: C:\Users\ITsupport\AndroidStudioProjects\Ana\app\src\main\res\layout\...
ShipSafe Inc's user avatar
0 votes
0 answers
34 views

I have just recently upgraded my cordova environment and now when I compile my app I am getting the following error: Execution failed for task ':app:processDebugResources'. > A failure occurred ...
rolinger's user avatar
  • 3,216
0 votes
0 answers
88 views

I am using Android Studio Flamingo build.gradle(:app) : plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' } android { namespace 'com.example.guardian' ...
Amir Elahi's user avatar
0 votes
1 answer
329 views

* What went wrong: Execution failed for task ':sign_in_with_apple:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action &...
Anish Pokharel's user avatar
1 vote
1 answer
52 views

This issue persists in the JakeWharton/ViewPagerIndicator, specifically in the CirclePageIndicator. <com.viewpagerindicator.CirclePageIndicator android:id="@+id/blogindicator" android:...
Hassaan J.'s user avatar
0 votes
1 answer
260 views

I've read How can I build an Android apk without Gradle on the command line? and How to compile an Android app with aapt2 without using any build tools?, but both answers don't seem to align with my ...
ReYuki's user avatar
  • 85
5 votes
0 answers
708 views

I was trying various methods to use apktool on my Android-based server. My Android server runs on an arm64 architecture, but when I extracted the aapt2 binary file required for APK building from ...
Lucas's user avatar
  • 41
1 vote
0 answers
125 views

As per Android Gradle Plugin 4.2.0 (March 2021) release notes New JVM resource compiler A new JVM resource compiler in Android Gradle plugin 4.2 tool replaces portions of the AAPT2 resource compiler, ...
Omkar T's user avatar
  • 903
1 vote
0 answers
155 views

Since I've upgraded to gradle-8.2 android.tools.build:gradle:8.2.1 kotlin_version = "1.8.0" But release apk has resources renamed which is undesired for some post processing of the apk The ...
Omkar T's user avatar
  • 903
1 vote
1 answer
693 views

My react-native project has a 10mb image that I import through "require" with TypeScript. When building the Android package, an error occurs with message: > Task :app:...
Elton11220's user avatar
0 votes
0 answers
121 views

My Android library contains ~1300 drawables. For server driven UI, applications need to efficiently retrieve each drawable using a backend specified string ID (assume it's the resource name for ...
Tbadams's user avatar
  • 469
0 votes
1 answer
262 views

I tried to add a custom attribute in the android namespace to a view in a resource xml file in android app as follows: <androidx.appcompat.widget.LinearLayoutCompat android:id="@+id/...
hdthky's user avatar
  • 95
0 votes
2 answers
87 views

In an Android XML layout file, we can specify multiple unique namespaces, like so: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:custom-...
Nate's user avatar
  • 191
1 vote
0 answers
658 views

I have a problems with background's images. I have the same width and height from the last React Native app, which works, but when I edit and paste new image, always I get error: `* What went wrong: ...
SamWieszKto's user avatar
0 votes
1 answer
115 views

I wanted to set custom font for app but I'm receiving an error I tried to set custom font for my app using the method I saw from google. I added a font resource folder but I got an error saying ' aapt ...
Micah Okoh's user avatar

15 30 50 per page
1
2 3 4 5
33