Gradle (Android Studio) will not compile 9 patches

I have a problem, I can not compile this 9patch with Android Studio. This is a Google Play Music app, so it should work. I made it 9patch with "draw9patch.bat" from the Androird SDK tools. But I get only this error: "Gradle: an unmarked area is marked along the edge. - Found along the top edge."

Any help would be appreciated! thanks in advance / M åns

+7
android android-studio compiler-errors nine-patch
source share
1 answer

Try using the draw9patch SDK tool. This will allow you to quickly view 9patch and add missing sizer pixels (in which an error indicates that there are no pixels on the top border size).

+5
source share

All Articles