https://kotlinlang.org logo
#compose
Title
# compose
m

Madhava

07/23/2020, 12:25 AM
Trying to update an old dev14 project:
Copy code
> Task :app-lifelike:processDebugResources FAILED
Execution failed for task ':app-lifelike:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$Action
   > 1 exception was raised by workers:
     com.android.builder.internal.aapt.v2.Aapt2InternalException: AAPT2 aapt2-4.2.0-alpha05-6645012-osx Daemon #0: Unexpected error during link, attempting to stop daemon.
     This should not happen under normal circumstances, please file an issue if it does.
Copy code
Dependent features configured but no package ID was set.
I can't find anything that explains what the actual problem is
Okay i think this was my fault by changing:
Copy code
id 'com.android.library'
to
Copy code
id 'com.android.application'
by accident
l

Leland Richardson [G]

07/23/2020, 4:35 AM
just pointing out the absurdity that a dev14 project is being referred to as “old” here
😆 3
i

isanechek

01/27/2021, 9:35 PM
same problem on linux, AAPT2 aapt2-4.1.2-6503028-linux Daemon #0 aapt2 doesn't like png in drawable and mipmap. WTF?
3 Views