我已经研究了几天试图解决这个问题.与Google Play服务有关的任何内容都显示为红色.
它在Gradle中已经是最新版本
我已经获得了网站所说的所有内容,它仍然是红色的.
import androID.Widget.button;import androID.Widget.Toast;import com.example.zanziv.rickandmorty.R;import com.Google.androID.gms.ads.AdRequest;import com.Google.androID.gms.ads.AdVIEw;import com.Google.androID.gms.common.ConnectionResult;import com.Google.androID.gms.common.GooglePlayServicesUtil;import java.io.IOException; public class MainActivity extends Activity {@OverrIDeprotected voID onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentVIEw(R.layout.activity_main); AdVIEw mAdVIEw = (AdVIEw)findVIEwByID(R.ID.adVIEw); AdRequest.Builder adRequestBuilder = new AdRequest.Builder(); mAdVIEw.loadAd(adRequestBuilder.build());
依赖
dependencIEs {compile filetree(include: ['*.jar'], dir: 'libs')compile 'com.androID.support:appcompat-v7:23.0.1'compile 'com.Google.androID.gms:play-services:7.8.0'compile 'com.Google.androID.gms:play-services-ads:7.8.0'
XML
<com.Google.androID.gms.ads.AdVIEw xmlns:ads="http://schemas.androID.com/apk/res-auto" androID:ID="@+ID/adVIEw" androID:layout_wIDth="320dp" androID:layout_height="50dp" ads:adSize="BANNER" ads:adUnitID="mine" androID:layout_alignParentBottom="true" androID:layout_centerHorizontal="true"></com.Google.androID.gms.ads.AdVIEw>
解决方法:
您是否事先添加了SDK工具?
继续使用SDK Manager>附加内容>选择
Google Repository和
Google Play服务并安装它们.
有关更多详细信息,请阅读此document.
总结以上是内存溢出为你收集整理的无法找到-com.google.android.gms.ads.AdView Android Studio全部内容,希望文章能够帮你解决无法找到-com.google.android.gms.ads.AdView Android Studio所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)