本文介绍了谷歌投,什么jar文件,这些位于?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试图建立和运行谷歌Android投例子。我似乎无法找出这些进口都位于其中罐子。
进口com.google.android.gms.cast.ApplicationMetadata;
进口com.google.android.gms.cast.Cast;
进口com.google.android.gms.cast.Cast.ApplicationConnectionResult;
进口com.google.android.gms.cast.CastDevice;
进口com.google.android.gms.cast.CastMediaControlIntent;
进口com.google.android.gms.common.api.ResultCallback;
解决方案
这些都是谷歌的一部分Play服务库,你应该下载最新的之一,在ADT工具了Android SDK管理器
编辑:他们将在修订15
I am attempting to build and run an android google cast example. I can't seem to figure out which jar these import are located in.
import com.google.android.gms.cast.ApplicationMetadata;
import com.google.android.gms.cast.Cast;
import com.google.android.gms.cast.Cast.ApplicationConnectionResult;
import com.google.android.gms.cast.CastDevice;
import com.google.android.gms.cast.CastMediaControlIntent;
import com.google.android.gms.common.api.ResultCallback;
解决方案
these are part of Google Play Services library, you should download the latest one with the Android SDK Manager in ADT Tools
edit: they will be available in revision 15
这篇关于谷歌投,什么jar文件,这些位于?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!