background_locator_fixed icon indicating copy to clipboard operation
background_locator_fixed copied to clipboard

Error: Type mismatch: inferred type is String? but Any was expected in targetSdkVersion 33

Open mattii95 opened this issue 1 year ago • 1 comments

Hi, I'm trying to update my app to Android 13 but when I change the sdk version to 33 I get the following error.

error

the minSdkVersion that I use is 21

mattii95 avatar Jun 12 '23 11:06 mattii95

Seems like this is not a new issue. Please look at the solution given here:

https://github.com/Yukams/background_locator_fixed/issues/15

This worked for me.

EDIT: What was mentioned in #15 fixed the type mismatch problem, but it seems there is a general problem with compileSDKVersion 33, because now I'm sharing the same problem then mentioned in #95

stingrayx avatar Jun 30 '23 06:06 stingrayx