Android app dev: Missing import org.apache.commons.lang3.text.WordUtils;


I use a few instances of WordUtils.capitalizeFully() on an Android app that I’ve been working on. And there are times when the import org.apache.commons.lang3.text.WordUtils;
breaks, sometimes after merging with some of my git branches.

To fix this, what I do is open app/build.gradle and add the following line under dependencies:

Hope this saves somebody else’s day 😆 I got the solution from How to add org.apache.commons.lang3 to AndroidStudio with gradle

Related Posts:

Posts that may be related to "Android app dev: Missing import org.apache.commons.lang3.text.WordUtils;":

Catzie

A Filipino programmer with a variety of interests such as baking, singing, making up silly song/rap lyrics, K-pop, drawing, creating unique dessert flavors, obsessing about finding out how some things works, board games, anime, video games, and forgetting things that usually go in her long list of interests. Running small-time online dessert shops Cookies PH and Catzie's Cakery.

Leave a Reply

Your email address will not be published. Required fields are marked *