久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    <bdo id='NFKZN'></bdo><ul id='NFKZN'></ul>

    1. <tfoot id='NFKZN'></tfoot>

      <legend id='NFKZN'><style id='NFKZN'><dir id='NFKZN'><q id='NFKZN'></q></dir></style></legend>

    2. <i id='NFKZN'><tr id='NFKZN'><dt id='NFKZN'><q id='NFKZN'><span id='NFKZN'><b id='NFKZN'><form id='NFKZN'><ins id='NFKZN'></ins><ul id='NFKZN'></ul><sub id='NFKZN'></sub></form><legend id='NFKZN'></legend><bdo id='NFKZN'><pre id='NFKZN'><center id='NFKZN'></center></pre></bdo></b><th id='NFKZN'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='NFKZN'><tfoot id='NFKZN'></tfoot><dl id='NFKZN'><fieldset id='NFKZN'></fieldset></dl></div>

      <small id='NFKZN'></small><noframes id='NFKZN'>

      1. Kivy 和 Google Play 服務

        Kivy and Google Play services(Kivy 和 Google Play 服務)

        1. <legend id='fb4u4'><style id='fb4u4'><dir id='fb4u4'><q id='fb4u4'></q></dir></style></legend>

          <i id='fb4u4'><tr id='fb4u4'><dt id='fb4u4'><q id='fb4u4'><span id='fb4u4'><b id='fb4u4'><form id='fb4u4'><ins id='fb4u4'></ins><ul id='fb4u4'></ul><sub id='fb4u4'></sub></form><legend id='fb4u4'></legend><bdo id='fb4u4'><pre id='fb4u4'><center id='fb4u4'></center></pre></bdo></b><th id='fb4u4'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='fb4u4'><tfoot id='fb4u4'></tfoot><dl id='fb4u4'><fieldset id='fb4u4'></fieldset></dl></div>

          <small id='fb4u4'></small><noframes id='fb4u4'>

          <tfoot id='fb4u4'></tfoot>
              <tbody id='fb4u4'></tbody>

              • <bdo id='fb4u4'></bdo><ul id='fb4u4'></ul>

                • 本文介紹了Kivy 和 Google Play 服務的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我正在嘗試使用此 示例

                  我不知道它是否會起作用.我在SDK中下載了Google Play服務,但我不知道我必須將它粘貼到哪里,我嘗試了很多地方,但都不成功,總是得到

                  I have no idea if its going to work. I downloaded Google Play services in SDK, but I have no clue where I have to stick it into, I tried many places, but unsuccessfully, always get

                  error: package com.google.android.gms.ads.AdView does not exist
                  

                  以及其他軟件包.我為我對 android sdk 的無知而道歉,但我正在努力更好地理解它,所以我需要一些幫助.我需要知道我必須把google-play-services_lib"放在哪里,這樣它才能找到它.謝謝!

                  and other packages as well. I apologize for my ignorance of android sdk, but I'm trying to understand it better, so I need some help. I need to know where I have to put 'google-play-services_lib' so it would find it. Thanks!

                  解決它,將其添加到buildozer.spec":

                  solved it, adding this to 'buildozer.spec':

                  # (list) Android library project to add (will be added in the
                  # project.properties automatically.)
                  android.library_references = libs/google-play-services_lib
                  

                  但還是報錯:

                  .../android-sdk-21/tools/ant/build.xml:539: Unable to resolve project target 'android-9'
                  

                  這是這一行:

                      <gettarget
                              androidJarFileOut="project.target.android.jar"
                              androidAidlFileOut="project.target.framework.aidl"
                              bootClassPathOut="project.target.class.path"
                              targetApiOut="project.target.apilevel"
                              minSdkVersionOut="project.minSdkVersion" /> # line 539!!!
                  

                  推薦答案

                  這也解決了,抱歉我在這里弄得一團糟,問和回答我自己的問題,但我認為這對 Kivy 用戶來說是一個重要的話題,網上也沒有太多關于這個的.所以,解決方案:我在google-play-services_lib"內的ant.properties"文件中手動將項目目標"設置為android-14".它拋出錯誤,因為 google play 服務庫是針對較新的 android api 的.

                  And that solved as well, sorry for the mess I've made here, asking and answering my own questions, but I think it's an important topic for Kivy users, and there's not much about this on the net. So, solution: I manually set project 'target' to 'android-14' in 'ant.properties' file inside 'google-play-services_lib'. It was throwing error because the google play services library was for newer android api.

                  無論如何,對于任何好奇這是否有效(在 Android 的 Kivy 應用程序中實現廣告)的人,是的,它有效,但我不得不重寫原始解決方案以支持新庫(使用 本指南)

                  Anyway, for anyone curious if that worked (implementing ads into Kivy app for Android), YES it worked, I had to rewrite the original solution to support new library though (using this guide)

                  這篇關于Kivy 和 Google Play 服務的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Get user#39;s current location using GPS(使用 GPS 獲取用戶的當前位置)
                  IllegalArgumentException thrown by requestLocationUpdate()(requestLocationUpdate() 拋出的 IllegalArgumentException)
                  How reliable is LocationManager#39;s getLastKnownLocation and how often is it updated?(LocationManager 的 getLastKnownLocation 有多可靠,多久更新一次?)
                  CLLocation returning negative speed(CLLocation 返回負速度)
                  How to detect Location Provider ? GPS or Network Provider(如何檢測位置提供者?GPS 或網絡提供商)
                  Get current location during app launch(在應用啟動期間獲取當前位置)
                  <tfoot id='zYj5p'></tfoot>

                      <bdo id='zYj5p'></bdo><ul id='zYj5p'></ul>

                    • <legend id='zYj5p'><style id='zYj5p'><dir id='zYj5p'><q id='zYj5p'></q></dir></style></legend>

                          <tbody id='zYj5p'></tbody>
                        <i id='zYj5p'><tr id='zYj5p'><dt id='zYj5p'><q id='zYj5p'><span id='zYj5p'><b id='zYj5p'><form id='zYj5p'><ins id='zYj5p'></ins><ul id='zYj5p'></ul><sub id='zYj5p'></sub></form><legend id='zYj5p'></legend><bdo id='zYj5p'><pre id='zYj5p'><center id='zYj5p'></center></pre></bdo></b><th id='zYj5p'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='zYj5p'><tfoot id='zYj5p'></tfoot><dl id='zYj5p'><fieldset id='zYj5p'></fieldset></dl></div>
                          • <small id='zYj5p'></small><noframes id='zYj5p'>

                            主站蜘蛛池模板: 九九热最新地址 | 日本成人久久 | 国产精品永久免费视频 | 日本亚洲一区 | 青青草久久 | 国产九九av | 99精品国产一区二区青青牛奶 | 99国产精品99久久久久久 | 久久精品中文 | 成人激情视频免费在线观看 | 九九一级片 | 国产99久久 | 51ⅴ精品国产91久久久久久 | 日本午夜精品一区二区三区 | 色综合视频 | 午夜小视频在线播放 | 中文字幕在线播放不卡 | 欧美中文在线 | www日| 日本一二区视频 | 久久久久久久久久影视 | 操到爽| 国产精品久久久久久久免费观看 | 97超碰在线播放 | 日韩久久中文字幕 | 亚洲欧洲精品一区 | 国产精品久久国产精品 | 五月天国产在线 | 国精久久 | 一区二区三区欧美 | www视频在线观看 | 免费一级黄色 | 欧美综合在线观看 | 国产精品视频综合 | 精品日本中文字幕 | 国产精品夜间视频香蕉 | 国产综合精品一区二区三区 | 在线观看亚洲精品 | 国产成人在线视频免费观看 | 精品久久一区二区三区 | 国产福利资源 |