0

Does Android Wear support in app purchasing?

I'm unable to get my project to compile when I compile with google-playservices-wearable

'com.google.android.gms:play-services-wearable:+'

however I can compile without the wearable version

'com.google.android.gms:play-services:4.3.23'
4

1 回答 1

2

我假设您想要在手持设备中进行应用内购买?

您可以使用:

compile 'com.google.android.gms:play-services:+'

在移动模块和

compile 'com.google.android.gms:play-services-wearable:+'

在磨损模块中。

'com.google.android.gms:play-services-wearable:+'似乎是一个子集。

于 2014-07-07T19:52:17.257 回答