lich icon indicating copy to clipboard operation
lich copied to clipboard

connectedAndroidTest is broken on AGP 7.2

Open yamasa opened this issue 2 years ago • 0 comments

After upgrading AGP from 7.1.2 to 7.2.2, gradlew connectedAndroidTest fails with the following errors.

com.linecorp.lich.component.ActivityTest > activityLazy[Pixel_5_API_32(AVD) - 12] FAILED 
        java.lang.RuntimeException: Unable to resolve activity for: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.linecorp.lich.component.test/com.linecorp.lich.component.ComponentTestActivity }
        at androidx.test.core.app.InstrumentationActivityInvoker.startActivity(InstrumentationActivityInvoker.java:402)
Tests on Pixel_5_API_32(AVD) - 12 failed: There was 1 failure(s).

yamasa avatar Aug 07 '22 05:08 yamasa