Skip to content

AndroidManifest.xml contains duplicate entries for Bluetooth permissions #2648

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

Closed
marcnause opened this issue Mar 13, 2025 · 1 comment · Fixed by #2655
Closed

AndroidManifest.xml contains duplicate entries for Bluetooth permissions #2648

marcnause opened this issue Mar 13, 2025 · 1 comment · Fixed by #2655
Labels
Beginner Good task for a new comer to start with Fix Solution to an existing issue in app

Comments

@marcnause
Copy link
Contributor

The build process complains about duplicate entries in the AndroidManifest.xml file_

> Task :app:processDebugMainManifest /home/marc/Code/temp/pslab-android/app/src/debug/AndroidManifest.xml:17:5-68 Warning: Element uses-permission#android.permission.BLUETOOTH at AndroidManifest.xml:17:5-68 duplicated with element declared at AndroidManifest.xml:5:5-68 /home/marc/Code/temp/pslab-android/app/src/debug/AndroidManifest.xml:18:5-74 Warning: Element uses-permission#android.permission.BLUETOOTH_ADMIN at AndroidManifest.xml:18:5-74 duplicated with element declared at AndroidManifest.xml:6:5-74 /home/marc/Code/temp/pslab-android/app/src/main/AndroidManifest.xml:17:5-68 Warning: Element uses-permission#android.permission.BLUETOOTH at AndroidManifest.xml:17:5-68 duplicated with element declared at AndroidManifest.xml:5:5-68 /home/marc/Code/temp/pslab-android/app/src/main/AndroidManifest.xml:18:5-74 Warning: Element uses-permission#android.permission.BLUETOOTH_ADMIN at AndroidManifest.xml:18:5-74 duplicated with element declared at AndroidManifest.xml:6:5-74

Duplicates should be removed.

@marcnause marcnause added Beginner Good task for a new comer to start with Fix Solution to an existing issue in app labels Mar 13, 2025
@rahul31124
Copy link
Contributor

Hi @marcnause , I have fixed this issue please review it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beginner Good task for a new comer to start with Fix Solution to an existing issue in app
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants