小编pra*_*ran的帖子

无法解析符号'android:TextAppearance.Material.Widget.Button.Inverse

我已经在android studio中创建了项目,但发生了以下错误.

错误:

C:\Learning\Android\Design\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.1.1\res\values-v23\values-v23.xml

Error:(1) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.

Error:(1) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: 

org.gradle.process.internal.ExecException: Process 'command 'E:\Android\build-tools\22.0.0\aapt.exe'' finished with non-zero exit value 1 
Run Code Online (Sandbox Code Playgroud)

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/usr/local/google/buildbot/src/googleplex-android/mnc-supportlib-release/frameworks/support/v7/appcompat/res/values-v23/styles_base_text.xml -->
<eat-comment/>
<style name="Base.TextAppearance.AppCompat.Widget.Button.Inverse" parent="android:TextAppearance.Material.Widget.Button.Inverse"/>
<!-- From: file:/usr/local/google/buildbot/src/googleplex-android/mnc-supportlib-release/frameworks/support/v7/appcompat/res/values-v23/themes_base.xml -->
<eat-comment/>
<style name="Base.Theme.AppCompat" parent="Base.V23.Theme.AppCompat"/>
<style name="Base.Theme.AppCompat.Light" parent="Base.V23.Theme.AppCompat.Light"/>
<style name="Base.V23.Theme.AppCompat" parent="Base.V22.Theme.AppCompat">
    <!-- We …
Run Code Online (Sandbox Code Playgroud)

android

4
推荐指数
1
解决办法
6748
查看次数

获取Google搜索结果并显示在Android应用程序中

我想在我的 Android 应用程序中显示谷歌搜索结果,当用户在 editText 中输入单词并单击搜索按钮以获取谷歌搜索结果并显示在我的应用程序内部时。我没有执行此操作的经验。请帮助我任何人

android google-search

1
推荐指数
1
解决办法
7115
查看次数

标签 统计

android ×2

google-search ×1