Questions tagged as 'android-studio'

1
answer

Does my APK built with android studio give me problems does not let me install it on other devices?

I build my APK without any problem either the debug or the release , both are built without problem, but when I want to install them on another device it does not let me try to install both and they tell me that it has failed to ver...
asked by 09.06.2017 / 01:03
1
answer

How to configure the versions in the dependencies so as not to have compatibility problems?

I was adding the corresponding dependency, in the Gradle / Module: app file to work with CardView: compile 'com.android.support:cardview-v7:24.2.0'. But I'm marking errors in that line added and in the app: compat. Both due to incompatible versi...
asked by 26.05.2017 / 03:31
1
answer

Sign APK with Google Play App Signing

I wanted to upload my Android APK to the Play Store , unfortunately I gave the little button to register in Google App Signing. The fact is that now when I try to upload my application it tells me that the keys do not match. When I go to the G...
asked by 26.05.2017 / 18:44
1
answer

How can I make a chronometer with seconds, milliseconds format? [closed]

I need two buttons, start and pause, but the default format is minutes, seconds and I need it in seconds, milliseconds.     
asked by 30.05.2017 / 07:07
2
answers

How to Play 3 audios consecutively in Android Studio?

How about friends, I have three files, if I do the following within the "onclick" of my main activity: MediaPlayer Audio1 = MediaPlayer .create(this, R.raw.Audio1); MediaPlayer Audio2 = MediaPlayer .create(this, R.raw.Audio2); MediaPlayer Au...
asked by 29.05.2017 / 02:44
1
answer

Send GPS coordinates to the Web Service every so often

I am trying to send coordinates from my position every so often to the web service, I have a class called " LocationService " that should do this, but at the moment of executing the application, nothing happens ... LocationService p...
asked by 30.05.2017 / 08:33
1
answer

Files activity_main.xml and content_main.xml

I read the answer they gave to: "What is the difference between content_main xml and activity_main xml in Android studio ?" from 6 months ago. I clear the doubt. But another one comes up: In which of the two should I pl...
asked by 04.07.2017 / 06:50
2
answers

Error in Android Studio: 'emulator-5554' not found

I can not emulate my app, since I get the following message:    Installation failed with message device 'emulator-5554' not found.   It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present,...
asked by 02.07.2017 / 09:39
2
answers

Error Bottom Navigation with Fragment

I want to open a fragment by selecting an Item from the Bottom Navigation that I created, but the following code is the one that does not let me continue because it appears wrong in the fragment before the fragment.getTag and does not How to s...
asked by 15.05.2017 / 22:42
1
answer

Problem to synchronize Gradle in Android Studio 2.3

I just installed Android Studio 2.3 and when creating a new project I get the following error with gradle. I already managed to download manually but still I still get the same error Error:Failed to resolve: junit:junit:4.12 Error:Failed to re...
asked by 20.04.2017 / 22:13