菜鸟一枚初学android,被一小问题折磨烦了,求大神指教。。。 在网上摘抄一段代码至eclipse上,结果各种错 20
代码如下:<?xmlversion"utf-8"?><LinearLayoutxmlns:android="http://schemas.android.com/apk/...
代码如下:
<?xml version"utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal"
tools:context=".MainActivity">
<EditText android:id="@+id/edit_message"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:hint="@string/edit_message" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button_send" />
</LinearLayout>
两个红叉分别是
为什么会错啊,我设的API为15 展开
<?xml version"utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal"
tools:context=".MainActivity">
<EditText android:id="@+id/edit_message"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:hint="@string/edit_message" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button_send" />
</LinearLayout>
两个红叉分别是
为什么会错啊,我设的API为15 展开
4个回答
展开全部
应该是环境搭建出了问题,导致有些包都不存在,重新配置下就好了http://www.runoob.com/w3cnote/android-tutorial-eclipse-adt-sdk-app.html
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
EditText不能使用layout_weight属性,要把它包含在Layout里面在Layout里面设置权重
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
肯定错了,安卓不可能有单个的文件存在的,你这个只是复制了一段代码就像一把筷子当中的一个,不是一个完整的环境,你就不要费尽了。看看视频才好。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询