Where to specify Client ID for Google Android app

I recently tried to put my hands on the Google Fit app and tried the steps outlined on the Google Fit developer site . And used the code given in the Android BasicSensorApi example in eclipse. Every time I run the application, I get a user account to log in, but the signing fails (login failed with the specified account. Please select a different account.). I created the client id listed in the developer launch link. But not sure what android name needs to be given to use fitness api in manifest file. Can anyone help me solve this error.

<meta-data
    android:name="com.google.android.maps.v2.API_KEY"
    android:value="XXXXXXXXXXXXXXXXXXXXXXXXX" />

      

thank

+3


source to share


1 answer


Apologizing for my question, I made a small mistake in generating the client id.



Sorry for posting the wrong question.

0


source







All Articles