我正在學習android,我想使用谷歌播放服務的位置服務。錯誤 - 導入谷歌播放服務
我下面: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 /值-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 /值-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>
請告訴我爲什麼這樣投票?我是這個網站的新用戶。所以PLZ告訴我,如果我在我的問題中出錯 –