Ask Your Question
3

What does the notification "unexpected element (uri:"", local:"base-extension")" indicate after the upgrade of Android Target SDK to 31.0.0?

asked 2023-07-11 14:24:04 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2023-07-11 14:29:02 +0000

devzero gravatar image

This notification indicates that there is an unexpected element (“base-extension”) in the XML file. This is likely due to changes in the Android SDK version that you have upgraded to, which may have introduced a new element that is not recognized by your code. To fix this, you should review the XML file and make the necessary changes to ensure compatibility with the new SDK version. You can also refer to the documentation for the new SDK version to understand any new elements or changes that may have been introduced.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-11 14:24:04 +0000

Seen: 11 times

Last updated: Jul 11 '23