Skip to content Skip to sidebar Skip to footer

Android Studio 1.0 Compile Error - Can't Have More Than One Marked Region Along Edge

I just installed Android Studio 1.0, and I'm trying to compile a code that I was developing on Eclipse. But when I compile the code a lot of errors are shown in my image files, lik

Solution 1:

The left and upper border are for ordering what parts of the drawable can be stretched, and the bottom and right border are for saying where the content is gonna go. The software doesn't allow there to be more than one content area on the bottom and one on the right side. I still cannot show pictures because I don't have any reputation but I think you'll get the point.

Solution 2:

Sounds like you have a badly-formed nine-patch image, with a gap in the black marker along one of the edges. The error message should tell you which image it is.

Android Studio checks this, as far as I know, Eclipse does not.

Post a Comment for "Android Studio 1.0 Compile Error - Can't Have More Than One Marked Region Along Edge"