Now, by accident, in the AppCompat Support Library, in version 23.3, they removed the support for the vector images, something wrong. In version 23.4, vector image support was restored. Now the latest version of 24.2.1 and its vector images only earned when I changed the normal ImageView to AppCompatImageView. They only earned in Activity, but the view still shows up with a mistake.UPD: There's finally a way. Anyway, if you put a picture in the xml for the view, it doesn't appear in the view. But if you ask her software, it works like a watch, like,RemoteViews widgetViews = new RemoteViews(ctx.getPackageName(),
R.layout.widget);
widgetViews.setImageViewResource(R.id.imageView, R.drawable.vectorImage);
UPD: setImageViewResource works for older versions, 4.3.1 Android is still a problem.