Circular Dependencies in XML file
- by user3006081
my android xml layout file keeps on Exception raised during rendering: Circular dependencies cannot exist in RelativeLayout
Exception details are logged in Window Show View Error Log
I cant figure out why? here is my code
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
…