小R科技-WIFI机器人网·机器人创意工作室

 找回密码
 立即注册
查看: 7023|回复: 4

安卓新手遇到蛋痛问题 求大神帮忙

[复制链接]
发表于 2013-10-16 12:57:40 | 显示全部楼层 |阅读模式
我的r.java 在我写main.xml后就不见了 为什么啊!!!  还有 就是 为什么我看到人家教程上面都是写这样的代<android:layout_height=warp_content />  但是 我这样写 就会出现这样的错误 String types not allowed(at"layout_height"with‘warp_content)
程序代码如下
<LinearLayout
   xmlns:android="http://schemas.android.com/apk/res/android"
   android:orientation="vertical"
   android:layout_width="fill_parent"
   android:layout_height="fill_parent">
  <LinearLayout
   android:orientation="vertical"
   android:layout_width="fill_parent"
   android:layout_height="fill_parent"
   android:layout_weight="2">
   <TextView
      android:text="WelcometoMrWei'sblog"
      android:textSize="15pt"
      android:layout_width="fill_parent"
      android:layout_height="wrap_content" />
   </LinearLayout>
   <LinearLayout
   android:orientation="horizontal"
   android:layout_width="fill_parent"
   android:layout_height="fill_parent"
   android:layout_weight="1">
   <TextView
      android:text="red"
      android:gravity="center_horizontal"
      android:background="#aa0000"
      android:layout_width="wrap_content"
      android:layout_height="fill_parent"
      android:layout_weight="1"/>
   <TextView
      android:text="green"
      android:gravity="center_horizontal"
      android:background="#00aa00"
      android:layout_width="wrap_content"
      android:layout_height="fill_parent"
      android:layout_weight="1"/>   
   </LinearLayout>
</LinearLayout>


回复

使用道具 举报

发表于 2013-10-16 17:43:28 | 显示全部楼层
R文件是自己生成的索引文件,如果没了只需要执行一下clean即可自动生成。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2013-10-16 21:12:42 | 显示全部楼层
liuviking 发表于 2013-10-16 17:43
R文件是自己生成的索引文件,如果没了只需要执行一下clean即可自动生成。

但是  那个  错误 是怎么解释啊   不过上面错了    那个错误与 是这样的  error parsing xml not well-formed (invalid token)
回复 支持 反对

使用道具 举报

发表于 2013-10-17 10:27:49 | 显示全部楼层
从报错内容看,貌似你的XML哪里写错了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2013-10-17 12:25:50 | 显示全部楼层
liuviking 发表于 2013-10-17 10:27
从报错内容看,貌似你的XML哪里写错了。

谢谢  我的一个字母调翻了。。。  谢谢啦 大神
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

新品特惠推荐上一条 /2 下一条

QQ|QQ技术咨询1|QQ技术咨询2|商务合作微信1:xiaorgeek001|商务合作微信2:XiaoRGEEK|诚聘英才|Archiver|手机版|小R科技-WIFI机器人网·机器人创意工作室 ( 粤ICP备15000788号-6 )

GMT+8, 2024-11-23 04:49 , Processed in 1.123400 second(s), 19 queries .

Powered by XiaoR GEEK X3.4

© 2014-2021 XiaoR GEEK

快速回复 返回顶部 返回列表