0

我正在使用 cmd 提示符构建一个 andorid 应用程序,但是当我调用 ant release 或 ant debug 时,我不断收到此 BuildFail

https://www.dropbox.com/s/99dit8ctiq3bv4w/error.png

它说:

No resource identifier found for attribute 'filterTouchesWhenObscured' in package android

其次是:

D:\Program Files\Android\android-sdk\tools\ant\build.xml: null returned: 1

有谁知道为什么会发生这种情况?我在想也许我没有正确运行我的 android update lib-project 命令。

任何帮助将不胜感激。

4

1 回答 1

0

filterTouchesWhenObscured is available since API level 9. The error indicates that you are using some prior API.

于 2013-02-22T11:21:34.053 回答