【发布时间】:2013-11-27 11:31:51
【问题描述】:
我试图安装 Android Studio 并从 eclipse 导入一个项目。所以我按照文档步骤导出:我构建 gradle 文件。 现在在我的 Eclipse IDE 上,我在下面的第 4 行有一个错误:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:pj="http://schemas.android.com/apk/res/com.example.myApp"
错误是:
In Gradle projects, always use
http://schemas.android.com/apk/res-auto for custom attributes
我该怎么办?我按照他们的说法更改了它,但我担心我可能会失去兼容性。
我可以“销毁”gradle build 吗?重新编译?
【问题讨论】: