在启动画面中使用9色块图像时“发现无效颜色”

时间:2018-09-06 15:49:05

标签: android nine-patch

我有一个无法解决的可怕问题。我的设计师有一个df1=df.drop_duplicates('id',keep='last') df1=df1.reindex(df1.index.repeat(4-df1.quarter+1)).assign(quarter=lambda x : x['id'].groupby(x['id']).cumcount()+x['quarter'])# then we create the target df by using reindex and assign the new value of quarter yourdf=pd.concat([df.loc[~df.index.isin(df1.index)],df1])# concat the one we drop before we yield the result yourdf Out[264]: id quarter year value 0 1 4 2017 5 1 1 1 2018 7 1 1 2 2018 7 1 1 3 2018 7 1 1 4 2018 7 2 2 1 2018 8 2 2 2 2018 8 2 2 3 2018 8 2 2 4 2018 8 格式的徽标。现在,我正在使用this生成器为初始屏幕生成svg。最后,我遇到了这个错误9 patch images。我不知道在哪里也找不到这些日志。

我尝试过的事情:

  • 首先将源图像转换为java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: AAPT2 error: check logs for details并在生成器中使用它,但是效果是相同的。

  • png中设置了标志android.enableAapt2=false,但错误仍然出现。

什么会产生这种错误?为什么我的9补丁程序映像已损坏?

0 个答案:

没有答案