-
-
Notifications
You must be signed in to change notification settings - Fork 483
Closed
Labels
bugA crash or error in behavior.A crash or error in behavior.
Description
Describe the bug
Executing briefcase build android results in the following error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDebugResources'.
> Multiple task action failures occurred:
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> AAPT2 aapt2-3.5.3-5435860-linux Daemon #0: Daemon startup failed
This should not happen under normal circumstances, please file an issue if it does.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> AAPT2 aapt2-3.5.3-5435860-linux Daemon #2: Daemon startup failed
This should not happen under normal circumstances, please file an issue if it does.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> AAPT2 aapt2-3.5.3-5435860-linux Daemon #1: Daemon startup failed
This should not happen under normal circumstances, please file an issue if it does.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> AAPT2 aapt2-3.5.3-5435860-linux Daemon #3: Daemon startup failed
This should not happen under normal circumstances, please file an issue if it does.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> AAPT2 aapt2-3.5.3-5435860-linux Daemon #4: Daemon startup failed
This should not happen under normal circumstances, please file an issue if it does.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> AAPT2 aapt2-3.5.3-5435860-linux Daemon #5: Daemon startup failed
This should not happen under normal circumstances, please file an issue if it does.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> AAPT2 aapt2-3.5.3-5435860-linux Daemon #6: Daemon startup failed
This should not happen under normal circumstances, please file an issue if it does.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> AAPT2 aapt2-3.5.3-5435860-linux Daemon #7: Daemon startup failed
This should not happen under normal circumstances, please file an issue if it does.
Expected behavior
The app builds perfectly fine and I get an APK that is run-able on any "modern" android device
Environment:
- Operating System: VoidLinux
- Python version: Python 3.9.6
- Software versions:
- Briefcase: 0.3.5
- Toga:
- toga==0.2.15
- toga-core==0.3.0.dev27
- toga-gtk==0.3.0.dev27
- OpenJDK8: 8u272b02
- gradle: 6.8.1
Additional context
The app I am trying to build, although I do not think this would be helpful since I tried building beeliza and got the same error message
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugA crash or error in behavior.A crash or error in behavior.