摘要: 爆出了这样的异常,java.lang.IllegalStateException: Circular dependencies cannot exist in RelativeLayout。 原因就是在RelativeLayout布局中重现了重复的view ID名称,且出现 imageview2 , 阅读全文
posted @ 2017-09-26 22:18 天之骄子19 阅读(654) 评论(0) 推荐(0)
摘要: 传数据:Intent intent=getIntent(); String curCity=intent.getStringExtra("cur_city"); Intent intent = new Intent(MainActivity.this, CityRank.class); intent 阅读全文
posted @ 2017-09-26 21:05 天之骄子19 阅读(210) 评论(0) 推荐(0)