You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: