Vector Graphics on Android | raywenderlich.com

In this tutorial you will learn what Scalable Vector Graphics are and how to create and manipulate Vector Graphics on Android


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3988300-vector-graphics-on-android

Awesome stuff!

This is the simplest, most thorough introduction to vector graphics on Android I’ve encountered on the internet. Great job and thank you for all the useful examples and explanations.

1 Like

@ewaldh Really glad you like it! Cheers! :]

1 Like

Hello,

I’m getting an error with Android Studio v4. The build fails.

/Users/app/.gradle/caches/transforms-2/files-2.1/57cfd365a7cd3e382c6c88f68bd20e25/constraintlayout-2.0.0-beta1/res/values/values.xml:255:5-4197: AAPT: error: resource attr/flow_horizontalSeparator (aka com.raywenderlich.android.vectordrawables:attr/flow_horizontalSeparator) not found.

Here’s the fix

File > Project Structure > Dependencies > All Modules > Add Dependency (Plus button) > Library Dependency > On Step 1, search "androidx.constraintlayout" > choose the latest version (at the moment it is 2.0.0-beta6) > OK > OK

@apph3 Thank you for sharing your solution - much appreciated! :]

This tutorial is more than six months old so questions are no longer supported at the moment for it. Thank you!