[Android][App]Error:(5) No resource identifier found for attribute 'shortcutId' in package 'android'

131 Views Asked by At

Good morning guys, i'm trying to add launcher shortcuts(introduced by google with the release of android 7.1.1 - API 25) to my android application but i'm getting those errors. Can somebody give me an help to solve this? Thanks in advance

Errors:

C:\Users\stackoverflow\Desktop\myapp\app\src\main\res\xml\shortcuts.xml

Error:(5) No resource identifier found for attribute 'shortcutId' in package 'android'
Error:(5) No resource identifier found for attribute 'shortcutShortLabel' in package 'android'
Error:(5) No resource identifier found for attribute 'shortcutLongLabel' in package 'android'
0

There are 0 best solutions below