gpt4 book ai didi

android - 错误 - 导入谷歌播放服务

转载 作者:行者123 更新时间:2023-11-29 17:25:54 27 4
gpt4 key购买 nike

我正在学习 android,我想使用 google play 服务进行定位服务。

我正在关注:http://www.androidhive.info/2015/02/android-location-api-using-google-play-services/

我有导入库 google-play-service_lib 作为这个例子的要求。但是在 res/values-v21 & res/values-v11 中显示以下错误如果有人知道这一点,请帮忙。谢谢。

错误-1

Description : error: Error retrieving parent for item: No resource found that matches the given name `'@android:style/Theme.Material.Light.DialogWhenLarge.NoActionBar'.`

Resource : appinvite_styles.xml
Path : /google-play-services_lib/res/values-v21
Location : line 5
Type : Android AAPT Problem

错误 2

Description : error: Error retrieving parent for item: No resource found that matches the given name `'@android:style/Theme.Holo.Light.DialogWhenLarge.NoActionBar'.`

Resource : appinvite_styles.xml
Path : /google-play-services_lib/res/values-v11
Location : line 5
Type : Android AAPT Problem

这是我的文件 res/values-v11

<?xml version="1.0" encoding="utf-8"?>
<resources>

<!-- Base preview application theme. -->
<style name="Theme.AppInvite.Preview.Base" parent="@android:style/Theme.Holo.Light.DialogWhenLarge.NoActionBar"/>

</resources>

这是我的文件 res/values-v21

<?xml version="1.0" encoding="utf-8"?>
<resources>

<!-- Base preview application theme. -->
<style name="Theme.AppInvite.Preview.Base" parent="@android:style/Theme.Material.Light.DialogWhenLarge.NoActionBar"/>

</resources>

最佳答案

您需要更改您的 google play 服务目标

1) 右击google play服务项目2) 选择属性3) 设定目标 21希望对你有帮助

关于android - 错误 - 导入谷歌播放服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34649324/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com