I have a strange problem with my gradle-plugin. I’...
# community-support
r
I have a strange problem with my gradle-plugin. I’m in an Android context and I can see that my task is executed which generates a asset file, but in the final apk is an older version of my asset. I see that in the apk is the same content as in
build/intermediates/assets/debug/mergeDebugAssets
(which is also outdated) how can I debug why this happens?
Just as a hint for someone who likes to help: The Android Plugin source code from Google is here: https://android.googlesource.com/platform/tools/build/+/master/gradle/src/main/groovy/com/android/build/gradle
Right now I think that this is related to the Task compressDebugAssets which is from type com.android.build.gradle.internal.tasks.CompressAssetsTask_Decorated (in the Runtime), but there is no such class on the Repo wtf?