question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] error: No resource identifier found for attribute XXX

See original GitHub issue

I’ve an apk file Which I decompiled using apktool successfully. Made changes to AndroidManifest.xml and when I recompile the app, I get below error. I tried not making any changes and then recompile it, still I get the same error. So, it’s definitely some issues with apktool. My friend has tried the same app with apktool and got same error. Can I know how to fix this?

Information

  1. Apktool Version (2.6.0) -
  2. Operating System (Linux) -
  3. APK From? (Playstore) -

Stacktrace/Logcat


@1- A distributed system, also known as distributed computing, is a system with multiple components 
s/w pieces located on different machine. 
The machines that are a part of a distributed system may be computers, physical servers, virtual machines, containers, 
or any other node that can connect to the network, have local memory, and communicate by passing messages.

vegaefits;

Horizontal Scalability—Since computing happens independently on each node, it is easy and generally inexpensive to add additional nodes and functionality as necessary.
Reliability—Most distributed systems are fault-tolerant as they can be made up of hundreds of nodes that work together. The system generally doesn’t experience any disruptions if a single machine fails.
Performance—Distributed systems are extremely efficient because work loads can be broken up and sent to multiple machines.
eg: internet, intranet
cdn, massive multiplayer online games...

This “subscription” computer needs to communicate to a different hosted computer which my team is specifically responsible for.

Our team’s computer server then needs to communicate all this subscription/purchase information over to a web server, which again, is a completely different computer server hosted elsewhere on our network.

Back in the days, people were using what was referred to as “timesharing”, but in reality, everyone was still only able to use the same machine.

But even back then, people realized the power and potential of being able to hook multiple computer systems together in an interconnected network. 


But even back then, people realized the power and potential of being able to hook multiple computer systems together in an interconnected network. 


• Then came the era of multitasking operating systems and personal computers.
With Windows, Unix, Linux operating systems, it was possible to run multiple
• With Windows, Unix, Linux operating systems, it was possible to run multiple
tasks on the same computer.
• This allowed distributed systems developers to build and run an entire distributed
system within one or few computers which are connected over messaging.
system within one or few computers which are connected over messaging.
• This lead to the Service Oriented Architecture (SOA) where each distributed
system could be built with integrating a set of services which are running on
system could be built with integrating a set of services which are running on

XML solved the problem of connecting two different computer systems that didn’t use the same computing platform. With the power of the web service, your Mac computer communicates with a Windows PC, as long as you used XML to describe the data and hold the data you wanted to transport.

XML based web services are still very much in use today, but as we all know, technology never stands still.

The next major revolution of distributed computing is REST-based services.

REST-based services differ from XML/SOAP-based web services in two major ways.

It uses a much more lightweight data format called JSON (Javascript Object Notation)

An example of a web service standard is SOAP, which stands for Simple Object Access Protocol. In a nutshell, SOAP “is a messaging protocol specification for exchanging structured information in the implementation of web services in computer networks. 
Service-oriented architecture (SOA) is a style of software design where services are provided to the other components by application components, through a communication protocol over a network. A SOA service is a discrete unit of functionality that can be accessed remotely and acted upon and updated independentlW: /home/vega/triov2.4.8/res/layout/3h.xml:20: error: No resource identifier found for attribute 'layout_constraintRight_toRightOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:20: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:21: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:21: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:21: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:23: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:23: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:23: error: No resource identifier found for attribute 'contentPadding' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:23: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:25: error: No resource identifier found for attribute 'civ_border_color' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:25: error: No resource identifier found for attribute 'civ_border_width' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:25: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:25: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:25: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:26: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:26: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:26: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:27: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:27: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:28: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:28: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:29: error: No resource identifier found for attribute 'layout_constraintLeft_toLeftOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:29: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:30: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:30: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:31: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:31: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:32: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:32: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:34: error: No resource identifier found for attribute 'drawableLeftCompat' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:34: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:34: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:34: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:34: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:35: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:35: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:36: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:36: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:36: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:37: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:37: error: No resource identifier found for attribute 'layout_constraintHorizontal_bias' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:37: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:37: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:38: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:38: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:38: error: No resource identifier found for attribute 'layout_constraintHorizontal_bias' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:38: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:38: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:41: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:41: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:50: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:50: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:52: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:52: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:53: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:53: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:54: error: No resource identifier found for attribute 'layout_constraintEnd_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:54: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:54: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:55: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:55: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:56: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:56: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:56: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:57: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:57: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:63: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3h.xml:63: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:6: error: No resource identifier found for attribute 'layout_constraintBottom_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:6: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:7: error: No resource identifier found for attribute 'layout_constraintCircleRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:7: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:7: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:7: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:7: error: No resource identifier found for attribute 'shape_roundRect_borderColor' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:7: error: No resource identifier found for attribute 'shape_roundRect_borderWidth' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:7: error: No resource identifier found for attribute 'shape_roundRect_bottomLeftRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:7: error: No resource identifier found for attribute 'shape_roundRect_bottomRightRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:7: error: No resource identifier found for attribute 'shape_roundRect_topLeftRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:7: error: No resource identifier found for attribute 'shape_roundRect_topRightRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:9: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:12: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:12: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:12: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:13: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:13: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:13: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:14: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:14: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:14: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:16: error: No resource identifier found for attribute 'layout_constraintBottom_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:16: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:16: error: No resource identifier found for attribute 'layout_constraintHorizontal_bias' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:16: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:16: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:19: error: No resource identifier found for attribute 'layout_constraintLeft_toLeftOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:19: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:20: error: No resource identifier found for attribute 'layout_constraintRight_toRightOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:20: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:21: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:21: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:21: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:23: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:23: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:23: error: No resource identifier found for attribute 'contentPadding' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:23: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:25: error: No resource identifier found for attribute 'civ_border_color' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:25: error: No resource identifier found for attribute 'civ_border_width' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:25: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:25: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:25: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:26: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:26: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:26: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:27: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:27: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:28: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:28: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:29: error: No resource identifier found for attribute 'layout_constraintLeft_toLeftOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:29: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:30: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:30: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:31: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:31: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:32: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:32: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:34: error: No resource identifier found for attribute 'drawableLeftCompat' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:34: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:34: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:34: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:34: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:35: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:35: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:36: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:36: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:36: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:37: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:37: error: No resource identifier found for attribute 'layout_constraintHorizontal_bias' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:37: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:37: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:38: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:38: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:38: error: No resource identifier found for attribute 'layout_constraintHorizontal_bias' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:38: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:38: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:41: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:41: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:50: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:50: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:52: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:52: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:53: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:53: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:54: error: No resource identifier found for attribute 'layout_constraintEnd_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:54: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:54: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:55: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:55: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:56: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:56: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:56: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:57: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:57: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:63: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout-v22/3h.xml:63: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3qc.xml:5: error: No resource identifier found for attribute 'layout_constraintBottom_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3qc.xml:5: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3qc.xml:5: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3qc.xml:5: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3qc.xml:6: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3qc.xml:8: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3qc.xml:9: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3qc.xml:9: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3qc.xml:9: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3rv.xml:4: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3rv.xml:4: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3rv.xml:4: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3rv.xml:4: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3rv.xml:4: error: No resource identifier found for attribute 'shimmer_base_alpha' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3rv.xml:4: error: No resource identifier found for attribute 'shimmer_duration' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3rv.xml:4: error: No resource identifier found for attribute 'shimmer_highlight_alpha' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3rv.xml:5: error: No resource identifier found for attribute 'srcCompat' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3rv.xml:7: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3rv.xml:7: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3rv.xml:7: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3v9.xml:2: error: No resource identifier found for attribute 'paddingBottomNoButtons' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/3v9.xml:2: error: No resource identifier found for attribute 'paddingTopNoTitle' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:4: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:4: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:4: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:4: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:5: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:5: error: No resource identifier found for attribute 'layout_constraintEnd_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:5: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:5: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:6: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:6: error: No resource identifier found for attribute 'layout_constraintEnd_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:6: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:7: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:7: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:7: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:8: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:8: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:8: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:8: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:9: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:9: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:9: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:9: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:9: error: No resource identifier found for attribute 'srcCompat' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:10: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:10: error: No resource identifier found for attribute 'layout_constraintEnd_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:10: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:15: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:15: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:15: error: No resource identifier found for attribute 'srcCompat' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:16: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:16: error: No resource identifier found for attribute 'layout_constraintEnd_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:17: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:17: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:17: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7.xml:17: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/7i.xml:2: error: No resource identifier found for attribute 'firstBaselineToTopHeight' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:4: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:4: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:6: error: No resource identifier found for attribute 'civ_border_width' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:6: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:6: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:7: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:7: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:8: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:8: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:9: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:9: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:9: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:10: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:10: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:10: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:11: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:11: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:11: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:12: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:12: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:12: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:13: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:13: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:13: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:14: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:14: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:14: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:15: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:15: error: No resource identifier found for attribute 'layout_constraintEnd_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:15: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:15: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:16: error: No resource identifier found for attribute 'srcCompat' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:19: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:19: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:19: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:19: error: No resource identifier found for attribute 'layout_constraintVertical_bias' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:21: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:21: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:21: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:22: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:22: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:22: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:23: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:23: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/cp.xml:23: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/hk.xml:6: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/hk.xml:6: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/hk.xml:6: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/hk.xml:9: error: No resource identifier found for attribute 'layout_constraintBottom_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/hk.xml:9: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/hk.xml:9: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/hk.xml:9: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/iv.xml:4: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/iv.xml:4: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/iv.xml:4: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [/tmp/brut_util_Jar_77058974627961368981065538902586561914.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 30, --version-code, 148, --version-name, 2.4.8, --no-version-vectors, -F, /tmp/APKTOOL8772528187421144341.tmp, -e, /tmp/APKTOOL10027151457571913139.tmp, -0, arsc, -I, /home/vega/.local/share/apktool/framework/1.apk, -S, /home/vega/triov2.4.8/res, -M, /home/vega/triov2.4.8/AndroidManifest.xml]
W: /home/vega/triov2.4.8/res/layout/iv.xml:8: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/iv.xml:8: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/iv.xml:8: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/iv.xml:9: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/iv.xml:9: error: No resource identifier found for attribute 'layout_constraintStart_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/iv.xml:9: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:6: error: No resource identifier found for attribute 'cardBackgroundColor' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:6: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:6: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:6: error: No resource identifier found for attribute 'contentPadding' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:6: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:6: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:6: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:7: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:7: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:9: error: No resource identifier found for attribute 'cardBackgroundColor' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:9: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:9: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:9: error: No resource identifier found for attribute 'contentPadding' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:9: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:9: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:9: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:12: error: No resource identifier found for attribute 'cardBackgroundColor' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:12: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:12: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:12: error: No resource identifier found for attribute 'contentPadding' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:12: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:12: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:12: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:14: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:14: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:14: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:15: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:15: error: No resource identifier found for attribute 'layout_constraintEnd_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:15: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:15: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:18: error: No resource identifier found for attribute 'cardBackgroundColor' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:18: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:18: error: No resource identifier found for attribute 'cardElevation' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:18: error: No resource identifier found for attribute 'contentPadding' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:18: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:18: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:18: error: No resource identifier found for attribute 'layout_constraintTop_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:20: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:20: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:20: error: No resource identifier found for attribute 'layout_constraintEnd_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:20: error: No resource identifier found for attribute 'layout_constraintStart_toStartOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:20: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:21: error: No resource identifier found for attribute 'layout_constraintBottom_toBottomOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:21: error: No resource identifier found for attribute 'layout_constraintEnd_toEndOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:21: error: No resource identifier found for attribute 'layout_constraintTop_toTopOf' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:24: error: No resource identifier found for attribute 'cardBackgroundColor' in package 'education.trio.www.trio'
W: 
W: /home/vega/triov2.4.8/res/layout/jl.xml:24: error: No resource identifier found for attribute 'cardCornerRadius' in package 'education.trio.www.trio'

Steps to Reproduce

  1. apktool

APK

https://apkpure.com/trio-ktu-tuition-learning-app/education.trio.www.trio

Questions to ask before submission

  1. Have you tried apktool d, apktool b without changing anything? Yes
  2. If you are trying to install a modified apk, did you resign it? It’s not modified
  3. Are you using the latest apktool version? Yes

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
pashamcrcommented, Feb 17, 2022

Batch ApkTool is an add-on for more convenient management of apktool, Batch ApkTool supports plugins that expand your ability to manipulate apk. This is not an apktool bug, your app has obfuscated resources that can’t always be interpreted correctly.

The app language is Russian.

application in English including, and in Russian only a forum

0reactions
agentbugtrackercommented, Jun 9, 2022

Use ‘Batch ApkTool’ + ‘AntiSplit-G2’ and ‘AntiConfuse’ plugins https://4pda.to/forum/index.php?s=&showtopic=557858&view=findpost&p=30280158

Can you please provide files of that plugin the original files from website is dead

Read more comments on GitHub >

github_iconTop Results From Across the Web

error: No resource identifier found for attribute 'adSize' in ...
I had a different problem, but the same solution worked. Basically I was using a layout file that references the /res file which...
Read more >
Android Question No resource identifier found for attribute errors
Hi How can I fix this Error? Generating R file. Error ..\res\layout\view_alert_view.xml:1: error: No resource identifier found for attribute...
Read more >
AndroidManifest.xml:8: error: No resource identifier found for ...
The problem is caused by the calabash code not finding aapt tool in the android sdk. I'm no ruby expert but the line...
Read more >
No resource identifier found for attribute 'appComponentFactory' in ...
android Bug处理 专栏收录该内容 ... 然后我集成以后再不出现这个bug了. 集成方法 ... Android出现Error:No resource identifier found for attribute XXX in package.
Read more >
[Discontinued] [Windows] APK Easy Tool v1.60 (2022-06-23)
To everyone, after upgrade or switching to apktool 2.3.4, you may encounter an error "No resource identifier found for attribute 'xxx' in ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found