Skip to content
New issue

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

Camera2Extensions build issue #582

Open
ilionsd opened this issue Jun 5, 2024 · 0 comments
Open

Camera2Extensions build issue #582

ilionsd opened this issue Jun 5, 2024 · 0 comments

Comments

@ilionsd
Copy link

ilionsd commented Jun 5, 2024

testInstrumentationRunner in Camera2Extensions/app/build.gradle is set incorrectly to kotlin_version which results in

Execution failed for task ':app:processDebugAndroidTestResources'.
A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
Android resource linking failed
camera-samples\Camera2Extensions\app\build\intermediates\packaged_manifests\debugAndroidTest\AndroidManifest.xml:9: error: attribute 'android:name' in tag must be a valid Java class name.

Setting it to "androidx.test.runner.AndroidJUnitRunner" resolves the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant