Questions tagged as 'google-play-services'

3
answers

eliminate need for permissions on android

I am trying to publish my first app on Play, and it asks me to also provide a privacy policy since my app uses permissions that require a privacy policy:    (android.permission.CAMERA, android.permission.RECORD_AUDIO,   android.permission.REA...
asked by 03.04.2017 / 20:50
1
answer

Error Commons-logging defines classes that conflict with classes now provided by Android

By putting an application that uses google maps in release : Use Android studio 3.0.1 app.gradle apply plugin: 'com.android.application' android { compileSdkVersion 26 defaultConfig { applicationId "com.webservei...
asked by 02.12.2017 / 20:27
2
answers

Android Studio error: error: unknown element service found

Good day I have the following error with google services in firebase Android Studio error: unknown element <service> found. Message {kind = ERROR, text = error: unknown element found., sources = [C: \ Users \ Sony Vaio \ Desktop \ Bac...
asked by 31.10.2018 / 20:09
1
answer

What does the num_segments parameter mean when receiving data from the Google Fit RecordHistory API?

I'm working with the Google Fit API and I do not know exactly what the parameter that the Google Fit RecordHistory API returns "num_segments", here's an example of the data returned: Data returned for Data type: com.google.activity.summary Dat...
asked by 25.10.2017 / 15:49
0
answers

Customize default dialog of GoogleApiAvailability

Hi, I have this method that checks if GooglePlayServices exist on the device: public static boolean isGooglePlayServicesAvailable(Activity activity) { GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.getInstance(); i...
asked by 15.11.2016 / 09:42
0
answers

change free app to paid

App that I developed in Android Studio and I have it in PlayStore. I have improved it and I want it to be paid. I have learned that a free application can not be made for payment, unless the name of the com package is changed. I did it and I ca...
asked by 11.07.2018 / 13:16
0
answers

Login button Google Android Studio

Good evening, I am using the google login button for android studio but I get the following error and I can not find the solution who can help me a thousand thanks!     
asked by 09.11.2017 / 01:38
0
answers

api login Google Android Studio

Good afternoon, I am trying to use the API for the login from the service-google but it throws me the following errors: Error: (11, 0) Gradle DSL method not found: 'classpatch ()' Possible causes: The project 'Android Maps' may be using a ve...
asked by 06.11.2017 / 21:42
0
answers

Problem with google placepicker api place

I'm implementing the api of google places in my application, I'm working with a bottom navigation as a menu, so I have different fragments that are the options, example home, search, settings, etc. Implement place picker in one of the fragments,...
asked by 06.11.2017 / 03:08
1
answer

Android application stops when using camera (onDestroy)

I have an android application which at a certain point the user requested a photographic evidence, before adding the services of google play services and firebase worked without problems . The manifest is already configured in case it goe...
asked by 24.10.2017 / 22:14