草庐IT

attribute_exists

全部标签

android - list 合并失败 : Attribute application@theme

我正在尝试使用thisProgressWheellibrery,但在运行项目后我遇到了这个错误。Error:Executionfailedfortask':app:processDebugManifest'.Manifestmergerfailed:Attributeapplication@themevalue=(@style/AppTheme)fromAndroidManifest.xml:11:9-40isalsopresentat[com.github.Todd-Davies:ProgressWheel:1.2]AndroidManifest.xml:13:9-56value=(

安卓工作室 : 'name' attribute should be defined

今天我打开了AndroidStudio,这是我发现的:我的资源文件(字符串、样式、尺寸、颜色)也是如此: 最佳答案 和元素没有名为'eventName'的属性.他们有必需的元素'name'在你的情况下,它丢失了。看起来您已经进行了搜索和替换操作并替换了'name'带有'eventName'的属性因为失误。恢复此替换,问题就会消失。 关于安卓工作室:'name'attributeshouldbedefined,我们在StackOverflow上找到一个类似的问题:

android - 多模块项目中的 Javadoc 生成 "error package does not exist"

我需要通过Bintray将我的库(多模块项目)上传到sonatype存储库。因此我需要为每个模块单独生成Javadoc。首先我遇到了这些类似问题中的问题AndroidStudioJavadoc:CannotfindsymbolGradleJavadocfailswith“error:package…doesnotexist”来自第一个question中的解决方案,我可以解析我从第三方库(retrofit2,gson)和@NonNull使用的类注释错误。但在我的例子中,我的一个模块(Lib2)依赖于另一个模块(Lib1)。为Lib2生成Javadoc时模块,它的警告packagedoes

java - 渲染期间引发异常 : Circular dependencies cannot exist in RelativeLayout Exception details are logged in Window > Show View > Error Log

突然eclipse开始报错。“渲染期间出现异常:RelativeLayout中不能存在循环依赖项异常详细信息记录在Window>ShowView>ErrorLog"这是我的xml文件。我该怎么做才能解决这个问题? 最佳答案 问题是因为布局参数存在循环引用引起的。例如,当ViewB是layout_belowViewA时,ViewA不能再在其下方引用ViewB,alignRight等。这也可以存在于多个View之间:A引用B引用C。在那种情况下,C不能由于循环依赖而引用A。您需要再次评估引用文献。它会给你行号吗?编辑:当我从androi

android - "Must supply height attribute"错误

我正在尝试解决Android错误“您必须提供layout_height属性。”在DDMS中,错误消息是:10-0612:45:12.431:WARN/WindowManager(62):HistoryRecord{406287f8com.learning.android.yamba/.TimelineActivity}failedcreatingstartingwindow10-0612:45:12.431:WARN/WindowManager(62):java.lang.RuntimeException:BinaryXMLfileline#25:Youmustsupplyalayou

android - 警告 : Ignoring InnerClasses attribute for an anonymous inner class(org. ksoap2.transport.KeepAliveHttpsTransportSE$1)

当使用ksoap2-android-assembly-2.5.8-jar-with-dependencies.jar作为引用库(外部jar)编译Android项目时,我收到此警告:[2012-03-2011:50:50-AddressBook]Dxwarning:IgnoringInnerClassesattributeforananonymousinnerclass(org.ksoap2.transport.KeepAliveHttpsTransportSE$1)thatdoesn'tcomewithanassociatedEnclosingMethodattribute.Thisc

MySQL 错误 1449 : The user specified as a definer does not exist

当我运行以下查询时出现错误:SELECT`a`.`sl_id`AS`sl_id`,`a`.`quote_id`AS`quote_id`,`a`.`sl_date`AS`sl_date`,`a`.`sl_type`AS`sl_type`,`a`.`sl_status`AS`sl_status`,`b`.`client_id`AS`client_id`,`b`.`business`AS`business`,`b`.`affaire_type`AS`affaire_type`,`b`.`quotation_date`AS`quotation_date`,`b`.`total_sale_pri

MySQL 错误 1449 : The user specified as a definer does not exist

当我运行以下查询时出现错误:SELECT`a`.`sl_id`AS`sl_id`,`a`.`quote_id`AS`quote_id`,`a`.`sl_date`AS`sl_date`,`a`.`sl_type`AS`sl_type`,`a`.`sl_status`AS`sl_status`,`b`.`client_id`AS`client_id`,`b`.`business`AS`business`,`b`.`affaire_type`AS`affaire_type`,`b`.`quotation_date`AS`quotation_date`,`b`.`total_sale_pri

android - 同步适配器安卓 :userVisible attribute not working

根据android文档android:userVisibledefaultstotrueandcontrolswhetherornotthissyncadaptershowsupintheSyncSettingsscreen.但它会在设置中显示它获得的任何值!2014年11月3日编辑我从authenticator.xml中删除了android:iconandroid:labelandroid:smallIcon现在不是了显示在帐户中,但在三星GalaxyS4上测试的添加帐户上有一个空条目。郑重声明,当从“设置”打开“帐户”时,我的2.3.3模拟器完全崩溃了。

java - 安卓 : No resource identifier found for attribute 'headerView'

使用AndroidStudio,我在Activity布局中遇到此错误:错误:(9)在包“com.merahjambutech.zuki.deteksi”中找不到属性“headerView”的资源标识符我非常确定布局header_parallax_social.xml在我的项目文件(res/layout)中可用,这是header_parallax_social的代码:我已经尝试更改xmlns:app和类似的东西,但仍然没有找到解决方案... 最佳答案 您必须在values文件夹中的attrs.xml中为您的Listview设置自定义属