0

この質問のフォローアップとして:エラー - インポート com.google を解決できません。必要な Google API をインポートする方法を知りたいと思っていました。

具体的には、次のことを行う必要があります。

import com.google.android.gms.common.GooglePlayServicesUtil;

で提案されているように、Android SDK Manager を介して Google Play をダウンロードしました (インポート com.google.android.gms を解決できません) 。

ご協力いただきありがとうございます!

4

2 に答える 2

2

詳細な手順については、次の開発者サイトをご覧ください。

http://developer.android.com/google/play-services/setup.html

于 2013-05-31T04:59:20.103 に答える
0

you have to do following steps

1.go to your android extra folder inside your android sdk.

2.then go to google folder and then you will find google play services folder.

3.Inside google play services, you will find libproject folder.You have to import this as your library project in your workspace.

4.Add this library project in your application as library.

Note - If you wont find libproject folder in your google play services folder then update your google play service in your sdk.

于 2013-05-31T05:57:28.163 に答える