2

I'm using Eclipse 3.5.2 on win7 with latest sdk update. Every time i create ninepatch image and copy it into drawable folders, the project becomes error, seems that the file cause error and not supported. I use photoshop to create PNG-24 image then edit it using draw9patch tool.

Here is my draw9patch screenshoot : http://londatiga.net/draw9.jpg.

Thanx in advance.

4

1 に答える 1

3

画像の上端と左端にストレッチ領域を指定しなかったため (黒いマーカーはありません)、Android コンパイラは画像を処理できません。そのため、エラーが発生します。上部と左側に黒い領域を追加してみてください。

于 2010-08-17T04:31:52.783 に答える