Hello,
I am new to Android Studio, however I managed to upgrade the app created in 2014 on Android Studio.
Sync is now working fine, however I face issues if it comes to Build
Execution failed for task ‘:app:processDebugResources’.
Android resource linking failed
C:\Users\ZZ\Desktop\mPasCom\app\src\main\res\layout\activity_message_app_bar.xml:28: AAPT: error: resource string/appbar_scrolling_view_behavior (aka pl.pascom.mpascom:string/appbar_scrolling_view_behavior) not found.C:\Users\ZZ\Desktop\mPasCom\app\src\main\res\layout\content_add_new_message.xml:2: AAPT: error: resource string/appbar_scrolling_view_behavior (aka pl.pascom.mpascom:string/appbar_scrolling_view_behavior) not found.
C:\Users\ZZ\Desktop\mPasCom\app\src\main\res\layout\content_device_list.xml:2: AAPT: error: resource string/appbar_scrolling_view_behavior (aka pl.pascom.mpascom:string/appbar_scrolling_view_behavior) not found.
I assumed I have no chance to revoke these files from the original creator, or perhaps I can solve it the other way?