Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android资源链接失败_Android_Api_Chat - Fatal编程技术网

Android资源链接失败

Android资源链接失败,android,api,chat,Android,Api,Chat,我试图将Chat21API添加到我的项目中,但遇到错误“Android资源链接失败” 我曾尝试查看资源文件中是否有任何错误,以及类似的帖子,但在这种情况下,它们都没有帮助我 Android资源链接失败警告:删除资源 com.example.bartertrade:string/activity\u public\u profile\u presence\u not\u可用 没有所需的默认值。 /Users/neha/.gradle/caches/transforms-2/files-2.1/bc

我试图将Chat21API添加到我的项目中,但遇到错误“Android资源链接失败”

我曾尝试查看资源文件中是否有任何错误,以及类似的帖子,但在这种情况下,它们都没有帮助我


Android资源链接失败警告:删除资源 com.example.bartertrade:string/activity\u public\u profile\u presence\u not\u可用 没有所需的默认值。 /Users/neha/.gradle/caches/transforms-2/files-2.1/bc7291a5f042de9d7c80c9df50272833/res/layout/layout_custom_notification.xml:29: 错误:资源样式/TextAppearance.AppCompat.Notification.Title(又名 com.example.bartertrade:style/TextAppearance.AppCompat.Notification.Title) 没有找到

错误:链接文件资源失败


“Android资源链接失败”此错误将删除包含链接数据的R.Java,当XML文件中出现错误时会发生此错误

尝试查找XML文件中的错误

我猜您添加了
style=“@style/TextAppearance.AppCompat.Notification.Title”
这是不受支持的

我试图将Chat21API添加到我的项目中,但遇到错误“Android资源链接失败”

我曾尝试查看资源文件中是否有任何错误,以及类似的帖子,但在这种情况下,它们都没有帮助我


Android资源链接失败警告:正在删除资源com.example.bartertrade:string/activity\u public\u profile\u presence\u not\u无所需默认值可用/Users/neha/.gradle/caches/transforms-2/files-2.1/bc7291a5f042de9d7c80c9df50272833/res/layout/layout\u custom\u notification.xml:29:error:resource style/textpearance.AppCompat.notification.Title(akacom.example.bartertrade:style/textpearance.AppCompat.notification.Title)未找到。

你可以看到程序找不到那个特殊的东西 . 当您从XML文件中删除这些行时。那你的问题呢 我会修好的

“Android资源链接失败”此错误将删除包含链接数据的R.Java,当XML文件中出现错误时会发生此错误

尝试查找XML文件中的错误

我猜您添加了
style=“@style/TextAppearance.AppCompat.Notification.Title”
这是不受支持的

我试图将Chat21API添加到我的项目中,但遇到错误“Android资源链接失败”

我曾尝试查看资源文件中是否有任何错误,以及类似的帖子,但在这种情况下,它们都没有帮助我


Android资源链接失败警告:正在删除资源com.example.bartertrade:string/activity\u public\u profile\u presence\u not\u无所需默认值可用/Users/neha/.gradle/caches/transforms-2/files-2.1/bc7291a5f042de9d7c80c9df50272833/res/layout/layout\u custom\u notification.xml:29:error:resource style/textpearance.AppCompat.notification.Title(akacom.example.bartertrade:style/textpearance.AppCompat.notification.Title)未找到。

你可以看到程序找不到那个特殊的东西 . 当您从XML文件中删除这些行时。那你的问题呢 我会修好的