bentalebahmed / BlueUnity

Plugin for using Bluetooth modules like HC-05 and HC-06 with Unity3d Android
MIT License
105 stars 28 forks source link

Manifest merger failed #6

Closed nico25112005 closed 5 months ago

nico25112005 commented 5 months ago

Hi, I am currently trying to implement your work into mine. Unfortunatly i am no able to build the project. I also tryed to just build your samplescene in a different project with the right unity version and all your instructions. This is the the errormessage: Manifest merger failed: uses-sdk:minSdkVersion 19 cannot be smaller than version 27 declared in library [:unity3dbluetoothplugin-release:] C:\Users\nicob.gradle\caches\transforms-2\files-2.1\93f119f031a02a569fff430d493fe4ee\unity3dbluetooth plugin-release\AndroidManifest.xml as the library might be using APIs not available in 19 See the Console for details. Screenshot (53)

nico25112005 commented 5 months ago

I just had to adapt the SDK version to the SDK version of the library.