首页 > 移动平台 > 详细

005-Android studio Namespace 'tools' is not bound!!

时间:2020-01-14 14:20:16      阅读:239      评论:0      收藏:0      [点我收藏+]

例如:

<activity
android:name="com.google.android.gms.ads.AdActivity"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
tools:replace="android:theme"
/>

添加:

xmlns:tools="http://schemas.android.com/tools"

at the top of the manifest (or activity).

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mypackage"
xmlns:tools="http://schemas.android.com/tools">

005-Android studio Namespace 'tools' is not bound!!

原文:https://www.cnblogs.com/qiuniao/p/12191472.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!