Minimum sprite size in Android

So when trying to compile my game for Android I noticed that creating sprites for my 20x20 images would crash to desktop, however after resizing them to 40x40 they strangely worked fine. Is there some sort of minimum sprite size for Android?

AFAIK, there is not limitation of minimum size for sprite.