We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading AGP from 7.1.2 to 7.2.2, gradlew connectedAndroidTest fails with the following errors.
gradlew connectedAndroidTest
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).
The text was updated successfully, but these errors were encountered:
Disable connectedAndroidTest CI job.
ecf2530
cf. line#131
No branches or pull requests
After upgrading AGP from 7.1.2 to 7.2.2,
gradlew connectedAndroidTest
fails with the following errors.The text was updated successfully, but these errors were encountered: