Skip to main content
0 votes
0 answers
48 views

I recently upgraded my old Android project (previously targetSdkVersion 28 and compileSdkVersion 28) to API 35. Here’s what I changed: 1: Installed JDK 17 (Temurin 17.0.18) 2: Installed Android Studio ...
Neldison's user avatar
1 vote
1 answer
267 views

Since I upgrade the Android Studio for API 36 I can't to work with any project without appt2 error at compile. Like below. How I can to fix this? Thanks. "Execution failed for task ':app:...
Helcio Ramos de Lima's user avatar
1 vote
1 answer
1k views

I'm trying to update my Android project from compileSdkVersion 34 and targetSdkVersion 34 to version 35. However, after updating, my project fails to build and I get the following AAPT2 error in ...
Arthur Ricarte's user avatar
0 votes
0 answers
68 views

I am in the process of making an app, and have almost finished it but got stuck with making my plaintext AndroidManifest.xml binary on Android itself, I have a Flutter project using some Kotlin code, ...
XTREME's user avatar
  • 87
1 vote
1 answer
939 views

I am trying to build a Flutter APK using the command: flutter build apk But I am getting this error: * What went wrong: Execution failed for task ':flutter_plugin_android_lifecycle:...
yash gupta's user avatar
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
2 votes
0 answers
385 views

In my android app I use custom notification sounds from the raw folder for my notification channels. The sounds are passed to the notification channels as URI with Uri.parse("android.resource://...
ph1l's user avatar
  • 164
0 votes
1 answer
2k views

I'm upgrading my application from flutter 2.5.0 to 3.19.0 and continuously getting the same error I have tried with multiple Gradle versions but nothing worked I have tried different Gradle version ...
Ganesh Kumar's user avatar
3 votes
0 answers
938 views

I imported an app from an old version of eclipse, and after fixing all the problems with the build.gradle, I'm trying to run the app but Android Studio says: Execution failed for task ':...
aleix's user avatar
  • 31
0 votes
1 answer
159 views

In the process of generating a .aab file for Google Play Store am trying to run the following command as a part of the process: aapt2.exe link --proto-format -o base.zip -I android.jar --manifest ...
AnR's user avatar
  • 2,225
0 votes
1 answer
659 views

I'm currently working on automating the APK build process, setting up a Jenkins pipeline for the project. My Jenkins is on a Docker container that has npm, Ionic, OpenJDK, Android SDK, and Gradle ...
Utkarsh's user avatar
0 votes
1 answer
395 views

My android studio was working perfect and well after I newly installed in my new windows. I opened android studio about 15 days later (Now) and updated some dependencies. I get this error while ...
Rafiqullah Taibzada's user avatar
3 votes
1 answer
4k views

What went wrong: Execution failed for task ':app:processDebugResources'. A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade AAPT2 aapt2-4.1.0-6503028-osx ...
Lalit Patel's user avatar
2 votes
1 answer
5k views

React Native version 63.5, AAPT2 aapt2-4.1.3-6503028-osx Daemon #0: Unexpected error during link, attempting to stop daemon. This should not happen under normal circumstances. Even after undoing the ...
Kamlesh Prajapati's user avatar

15 30 50 per page
1
2 3 4 5
11