Android模拟无法显示imageView imageButton

时间:2016-10-08 18:32:06

标签: android imageview

Heloo prease helo me !!!请发两天这个问题,拜托! http://pastebin.com/fpAfJxV0 这是我的活动代码 在android studio 2.2中仿真期间不显示imageView 我的activityView和模拟 enter image description here

1 个答案:

答案 0 :(得分:1)

不要惊慌,放松,只使用android:src。 据您所知,srcCompat仅用于矢量drawables,因为android支持库23.2.0。要启用它,您必须包含

 android {  
     defaultConfig {  
         vectorDrawables.useSupportLibrary = true  
     }  
 }  
build.gradle中的