Questions tagged as 'android-studio'

0
answers

How can I solve the error (25,13) of android studio 3.0?

Error:(25, 13) Failed to resolve: org.mongodb:stitch:1.0.0-SNAPSHOT Show in Filw Show in Project Structure Dialog This is what appears when I try to compile the App. I am trying to use MongoDB Stitch and place in build.Grandle (Project test...
asked by 21.11.2017 / 05:39
0
answers

Error in @Override when using CLASS

I am trying to use a class, which marks me some errors, it marks me the following message "Method does not override from its superclass method" but I do not understand why, I hope you can help me. Class: public class MyReceiver extends Uplo...
asked by 10.10.2017 / 06:06
0
answers

How to get the list of facebook friends with the Grap API from android?

I'm trying once to login to facebook from my application on android to get a list of my friends, as well as some data, I'm guiding me for this link but at the time of consultation the json that returns me it turns out to be empty, this is the...
asked by 20.11.2017 / 16:11
3
answers

Error with Text View

my codigo throws an error when I define the id of TextView . package com.david.animefm2; import android.app.Activity; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent;...
asked by 05.10.2017 / 16:26
1
answer

problem with notifications

the notification works fine, but when I press it, I create another activiti instead of opening the one that is already in memory, this causes the audio to continue playing, but the new activitie is not able to interact with that audio (let's say...
asked by 06.10.2017 / 16:36
0
answers

Problem when creating NavigationView

In an activity, I try to create a side menu. For this I am using the NavigationView object following this tutorial: User Interface on Android: Navigation Drawer (NavigationView) The problem I have is that I do not recognize this object,...
asked by 28.11.2017 / 11:33
1
answer

Problem when creating directory on SDCard. Android Studio

I have the following code, in which I want to create a directory (E4) in the SD external memory, however, when I run it I can not create it, and I also want it to be in / sdcard / documents /, but I put it on in ** / storage / emulated / 0 / **...
asked by 25.11.2017 / 23:11
0
answers

I can not import the compile library 'me.dm7.barcodescanner: zbar: 1.9.8' for the Bar code

I want to import the library compile 'me.dm7.barcodescanner:zbar:1.9.8' to my app to use the barcode scanner, but I get the following error that does not let the project synchronize, I would like to thank everyone for some help!   ...
asked by 11.09.2017 / 19:13
1
answer

GPRC Error with Geocoder on Android

Good, someone knows because of a month here when using getFromLocation with Geocoder, it gives an IOException error: GRPC failed. The code is as follows: public String getCountryCode(Context context) { Geocoder geocoder = new Geocoder(c...
asked by 12.09.2017 / 10:52
1
answer

How do I get the SHA to upload my application to the play store so that the maps can be seen?

I uploaded my application to the play store, at the time of download the maps are not displayed, the key api has the launch fingerprint that I get from: keytool -list -v -keystore your_keystore_name -alias your_alias_name but the maps are n...
asked by 25.09.2017 / 20:19