Agasper / unity-android-notifications

Unity3D Plugin for Android local notifications with example project
Other
555 stars 184 forks source link

Main manifest has <uses-sdk android:targetSdkVersion='25'> but library uses targetSdkVersion='26' #69

Closed Sly88 closed 6 years ago

Sly88 commented 6 years ago

hi, I have some problem with the Android build. when I try to build .apk I got error Main manifest has but library uses targetSdkVersion='26'

I use Unity 2017.2.0f3

Best

babazookz commented 6 years ago

Go to SDK Manager and download latest Android version.

babazookz commented 6 years ago

Did it work? It worked for me.

Sly88 commented 6 years ago

yes, works thx. sry for delay

icyh4mmer commented 6 years ago

@babazookz Do you have any idea why I my sdk manager won't update support library up from version 26.0.0alpha, it's stuck there and it doesn't want to update to 26.1.0 which is the one that project is using.