本帖最后由 fighting 于 2013-3-26 22:14 编辑
在android中使用百度的地图或者移动推广广告时,
发现eclipse无法加载相应的控件,并且运行也不正常,不知道这是怎么回事
这是布局这件:- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:baiduadsdk="http://schemas.android.com/apk/res/chuan.android.news"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
- <Button
- android:id="@+id/bt_loadmore"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/bt_loadmore" />
- <!-- 添加百度广告 -->
- <com.baidu.mobads.AdView
- android:id="@+id/adView"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- baiduadsdk:adSize="0" />
- </LinearLayout>
复制代码 |
|