YOUNG HO CHA (aka ganachoco)
YOUNG HO CHA (aka ganachoco)
That is module issue, not plugin issue. If you want set OUT_DIR manually, please set OUT_DIR in **buildspec.mk** and do not include **buildspec.mk.AndroidBuilder**
> All (the pull request submitter and all commit authors) CLAs are signed, **but** one or more commits were authored or co-authored by someone other than the pull request submitter....
@googlebot I consent.
> Looks like, #6529 bought similar changes of androidx fragment for memoryleak. Ah.. Okay. I'll remove changes for `memoryleak`
Rebased against current `master` branch. Also, it seems that Android tooling team suggested to remove jetifier with `Build Analyzer` at their presentation at Google I/O 2022. https://youtu.be/RFv8GkLd5OY?t=241 Unfortunately, `Build Analyzer`...
This PR is rebased from current master ( 42dfb419 ) And checked with `./gradlew :shadows:playservices:check`
It seems this issue is related with https://github.com/google/conscrypt/issues/1034
> Ideally Robolectric should not be doing any illegal reflective operation. When test calls `Method.setAccessible()` , robolectric can be failed like this (described on gradle migration guide) ``` java.lang.reflect.InaccessibleObjectException: Unable...
When set `includeAndroidResources = true`, robolectric shows another error. Tested with AGP 4.2, Robolectric 4.6.1, Java 11, and targetSdkVersion is 29 or 30 ``` W/PackageParser: Failed to parse feature1/build/intermediates/apk_for_local_test/debugUnitTest/apk-for-local-test.ap_ java.lang.NullPointerException...
Also, when set `includeAndroidResources = false` + targetSdk 28, robolectric will shows this error since 4.6.x (It was okay until 4.5.x) ``` Caused by: java.lang.NullPointerException: (No message provided) at org.robolectric.shadows.ShadowLegacyAssetManager.getAndResolve(ShadowLegacyAssetManager.java:1019)...