我想將Google庫添加到Android Studio中的項目libgdx中。目前,我已經做了:在Android庫中添加Google AdMob時出錯 - LIBGDX項目
- 打開SDK管理器和從SDK管理器下載播放服務,
- 加入
build.gradle
的compile
字符串:
compile 'com.google.android.gms:play-services:8.4.0'
- 點擊瀏覽
File -> Project Structure -> choose the project
且新增了庫play-services 8.4.0
。
當我做sync
它給了我這個錯誤:
如果我點擊Install and sync repository project
我得到一個錯誤,這一點:
另一項測試:
import com.google.android.gms.ads.AdListener;
import com.google.android.gms.ads.AdRequest;
import com.google.android.gms.ads.InterstitialAd;
如果您手動添加此庫,在列出的所有步驟之後...我不認識它們,它總是失敗。我如何添加?謝謝。
還試圖Add Google Play Services到我的項目,但不成功:(
我的目標是使用AdMob橫幅
當您點擊「安裝存儲庫和同步項目」時,會出現什麼錯誤? – RedBrogdon
給我的錯誤是它找不到sdk,但我向你保證。 –
我在添加錯誤時點擊「安裝知識庫和同步項目」 –