I am new to developing in Android Studio, I started in Windows 10 but since Win 10 gave me some general issues, I installed Ubuntu 16.04 LTS and installed Android Studio.
Its been quite a difficult one to install Java and Android SDK again and while after all is setup, I started with one tutorial from Google for using Constraint Layout. It was all working fine but suddenly after a reboot of my machine, now I am facing strange issues.
The properties window of any component (imageview or textview) will never load and it shows 'loading' with a forever-rotating-circle.
in even log, I find this,
Image of the properties loading
IllegalArgumentException: Missing attribute definition for orientation
I thought there could be issues with Android repository not installed properly. So, I used
android sdk list -a
and installed the Android repository again. Even after multiple restart of the android studio, i still get the error.
Can someone help?
Edit: Support libraries are indeed added. Support Library in dependency in project structure