1
我試圖安裝Android Studio並從eclipse導入項目。所以我出口下面的文檔步驟:我建立gradle文件。 現在我的Eclipse IDE,我有下面的第4行的錯誤:回覆Eclipse中的Gradle構建:
<?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構建嗎?重新編譯?