尝试使用eclipse创建我的第一个应用程序时出错

时间:2014-12-27 16:08:39

标签: java android xml eclipse android-developer-api

我在尝试使用eclipse创建我的第一个应用程序时遇到4个错误。请尝试帮助我以下是以下内容:

1)属性缺少android命名空间

<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#F0A0A0A0"/>
    <stroke android:width="2dp" color="#A00080FF"/>
    <padding android:left="5dp" android:top="0dp"
        android:right="5dp" android:bottom="1dp" />

2)属性缺少android命名空间

<shape xmlns:android="http://schemas.android.com/apk/res/android">
solid android:color="#F0FFFFFF"/>
<stroke android:width="1dp" color="#A00080FF"/>
<padding android:left="5dp" android:top="0dp"
    android:right="5dp" android:bottom="1dp" />

3)此布局中先前已定义的重复id @ + id / image

4)错误的方向没有指定方向......

1 个答案:

答案 0 :(得分:0)

表示 1 2

change color="#A00080FF"

android:color="#A00080FF"

3 检查你的布局xml文件...它必须有2个具有相同android的图像视图:id

并且 4 指定

android:orientation="vertical" 

android:orientation="horizontal" 

到你的线性布局标签