Android Studio 1.0 Compile Error - Cannot have more than one marked area along the edge

I just installed Android Studio 1.0 and I am trying to compile the code I was developing in Eclipse.

But when I compile the code, there are many errors showing up in my image files like:

Error:Can't have more than one marked region along edge. - Found at pixel #16 along bottom edge.

      

Why is this happening in Android Studio and not Eclipse? Is there a difference between the Eclipse compiler and Android Studio?

Sorry for my English!;)

thank

+3


source to share


2 answers


The left and top borders are for ordering which parts of the stretcher can be stretched, and the bottom and right borders are for telling where the content will go. The software does not allow you to have more than one content area at the bottom and another on the right side. I still can't show the photos because I have no reputation, but I think you get the point.



+5


source


It looks like you have a poorly formed nine-patch image, with a gap in black mark along one of the edges. The error message should indicate which image it is.



Android Studio checks this, as far as I know Eclipse doesn't.

0


source







All Articles